clean logs

This commit is contained in:
Simon
2025-02-21 23:31:45 +07:00
parent 60724df45a
commit cc6ebae295

View File

@@ -228,7 +228,6 @@ class VideoProgressView(ApiBaseView):
current_progress.update({"watched": watched})
redis_con.set_message(key, current_progress, expire=expire)
print(current_progress)
response_serializer = PlayerSerializer(current_progress)