Removed the unnecessary initLogger line

This commit is contained in:
Bas Stottelaar
2014-06-02 10:22:37 +02:00
parent 917dc7695f
commit 19c4e7d7d3

View File

@@ -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