remove debug

This commit is contained in:
Simon 2025-07-17 12:21:31 +07:00
parent 6192fcc350
commit 16ec1f694f
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 1 deletions

View File

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