mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +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,
|
downloaded=False,
|
||||||
key=self.media_key
|
key=self.media_key
|
||||||
)
|
)
|
||||||
log.debug(mqs.query)
|
|
||||||
for m in mqs:
|
for m in mqs:
|
||||||
t = get_media_download_task(str(m.pk))
|
t = get_media_download_task(str(m.pk))
|
||||||
if t:
|
if t:
|
||||||
|
Loading…
Reference in New Issue
Block a user