mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
remove print statement
This commit is contained in:
parent
32bb3d37e1
commit
43c480cf3e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user