removed debug statement.
This commit is contained in:
parent
6c71bc1989
commit
215b9e2fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue