From 279618fcde9e2ceb996c25d32add5f0fc12df1a3 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 19 Dec 2013 23:42:33 +0100 Subject: [PATCH] commands: Remove print statement --- mopidy/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/commands.py b/mopidy/commands.py index cba247fc..851bfb83 100644 --- a/mopidy/commands.py +++ b/mopidy/commands.py @@ -20,7 +20,6 @@ _default_config = [] for base in glib.get_system_config_dirs() + (glib.get_user_config_dir(),): _default_config.append(os.path.join(base, b'mopidy', b'mopidy.conf')) DEFAULT_CONFIG = b':'.join(_default_config) -print DEFAULT_CONFIG def config_files_type(value):