Remove logging of the SQL

I've seen it, and the query looks fine.
This commit is contained in:
tcely 2025-02-14 13:33:45 -05:00 committed by GitHub
parent f083ad65f7
commit 72d0019493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: