diff --git a/headphones/__init__.py b/headphones/__init__.py index 82e2a5d6..5f77209d 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -724,7 +724,6 @@ def initialize(): # Start the logger, disable console if needed logger.initLogger(console=not QUIET, verbose=VERBOSE) - logger.initLogger(console=not QUIET, verbose=False) if not CACHE_DIR: # Put the cache dir in the data dir for now