From 19c4e7d7d346105e498c80d582facd389957d62c Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Mon, 2 Jun 2014 10:22:37 +0200 Subject: [PATCH] Removed the unnecessary initLogger line --- headphones/__init__.py | 1 - 1 file changed, 1 deletion(-) 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