mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
remove print statement
This commit is contained in:
@@ -59,8 +59,8 @@ class GetFilesAndDirs:
|
||||
|
||||
folders = filter(lambda f: f.has_tracks, folders)
|
||||
|
||||
folders_with_count_dict = Store.get_folders_count(dirs)
|
||||
pprint(folders_with_count_dict)
|
||||
# folders_with_count_dict = Store.get_folders_count(dirs)
|
||||
# pprint(folders_with_count_dict)
|
||||
# TODO: Map folder count to folder object
|
||||
|
||||
return tracks, folders # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user