forked from upstream/IPod-Shuffle-4g
Removed debug output
This commit is contained in:
parent
8dff7e8d5e
commit
d71be4f9fb
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
# 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
|
depth = dirpath[len(self.path) + len(os.path.sep):].count(os.path.sep) - 1
|
||||||
if self.auto_playlists < 0 or depth <= self.auto_playlists:
|
if self.auto_playlists < 0 or depth <= self.auto_playlists:
|
||||||
print "Adding folder", depth, " ", dirpath
|
|
||||||
self.lists.append(os.path.abspath(dirpath))
|
self.lists.append(os.path.abspath(dirpath))
|
||||||
|
|
||||||
def write_database(self):
|
def write_database(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue