mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Remove logging of the SQL
I've seen it, and the query looks fine.
This commit is contained in:
parent
f083ad65f7
commit
72d0019493
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user