From d71be4f9fb46c3290fc4879ee4313b14e4cc02cf Mon Sep 17 00:00:00 2001 From: NicoHood Date: Tue, 5 Apr 2016 22:06:53 +0200 Subject: [PATCH] Removed debug output --- shuffle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shuffle.py b/shuffle.py index acb347c..c4cff6c 100755 --- a/shuffle.py +++ b/shuffle.py @@ -593,7 +593,6 @@ class Shuffler(object): # Only go to a specific depth. -1 is unlimted, 0 is ignored as there is already a master playlist. depth = dirpath[len(self.path) + len(os.path.sep):].count(os.path.sep) - 1 if self.auto_playlists < 0 or depth <= self.auto_playlists: - print "Adding folder", depth, " ", dirpath self.lists.append(os.path.abspath(dirpath)) def write_database(self):