remove log

This commit is contained in:
Simon
2024-12-22 22:01:28 +07:00
parent 5a5d47da9b
commit 7ffa6ff807

View File

@@ -78,8 +78,6 @@ class VideoApiNavView(ApiBaseView):
if self.status_code != 200: if self.status_code != 200:
return Response(status=self.status_code) return Response(status=self.status_code)
print(self.response)
playlist_nav = [] playlist_nav = []
if not self.response["data"].get("playlist"): if not self.response["data"].get("playlist"):