removed debug statement.

This commit is contained in:
ArabCoders 2023-11-28 00:15:17 +03:00
parent 6c71bc1989
commit 215b9e2fdd

View file

@ -182,7 +182,7 @@ class DownloadQueue:
ExtractInfo,
mergeConfig(self.config.ytdl_options, ytdlp_config),
url,
True
bool(self.config.ytdl_debug)
)
if not entry:
return {