From 3375cbc7671b4d047e48039a1da75d5264405150 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 30 Oct 2021 17:51:07 +0700 Subject: [PATCH] cleanup logging --- tubearchivist/home/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tubearchivist/home/views.py b/tubearchivist/home/views.py index faf4e97..50501cd 100644 --- a/tubearchivist/home/views.py +++ b/tubearchivist/home/views.py @@ -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