mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +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 = filter(lambda f: f.has_tracks, folders)
|
||||||
|
|
||||||
folders_with_count_dict = Store.get_folders_count(dirs)
|
# folders_with_count_dict = Store.get_folders_count(dirs)
|
||||||
pprint(folders_with_count_dict)
|
# pprint(folders_with_count_dict)
|
||||||
# TODO: Map folder count to folder object
|
# TODO: Map folder count to folder object
|
||||||
|
|
||||||
return tracks, folders # type: ignore
|
return tracks, folders # type: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user