mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 16:08:00 +09:00
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.
|
||||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue