cleanup logging

This commit is contained in:
simon 2021-10-30 17:51:07 +07:00
parent cc90e437a9
commit 3375cbc767
1 changed files with 0 additions and 2 deletions

View File

@ -440,8 +440,6 @@ class ChannelIdView(View):
to_append = {"term": {"player.watched": {"value": False}}}
data["query"]["bool"]["must"].append(to_append)
print(data)
return data
@staticmethod