diff --git a/app/lib/folderslib.py b/app/lib/folderslib.py index 800e1493..f2e63b3f 100644 --- a/app/lib/folderslib.py +++ b/app/lib/folderslib.py @@ -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