clean logs
This commit is contained in:
parent
60724df45a
commit
cc6ebae295
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue