mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-02 11:09:27 +01:00
Removed the unnecessary initLogger line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user