From 72d00194933c4844524e09a36f813f717cf60b4f Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 14 Feb 2025 13:33:45 -0500 Subject: [PATCH] Remove logging of the SQL I've seen it, and the query looks fine. --- tubesync/sync/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tubesync/sync/hooks.py b/tubesync/sync/hooks.py index 9f02543b..8951f6be 100644 --- a/tubesync/sync/hooks.py +++ b/tubesync/sync/hooks.py @@ -68,7 +68,6 @@ class BaseStatus: downloaded=False, key=self.media_key ) - log.debug(mqs.query) for m in mqs: t = get_media_download_task(str(m.pk)) if t: