remove debug

This commit is contained in:
Simon
2025-07-17 12:21:31 +07:00
parent 6192fcc350
commit 16ec1f694f

View File

@@ -160,7 +160,6 @@ class SearchProcess:
"playlist_last_refresh": playlist_last_refresh,
}
)
print(playlist_dict)
return dict(sorted(playlist_dict.items()))