diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/log.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/log.c b/src/shared/log.c index 6f17705abf..9039db3496 100644 --- a/src/shared/log.c +++ b/src/shared/log.c @@ -878,9 +878,6 @@ void log_parse_environment(void) { if (l == 5 && startswith(w, "debug")) { log_set_max_level(LOG_DEBUG); break; - } else if (l == 5 && startswith(w, "quiet")) { - log_set_max_level(LOG_WARNING); - break; } } } |