removed debug statement.
This commit is contained in:
parent
9605aa0090
commit
1c38a60488
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ def ExtractInfo(config: dict, url: str, debug: bool = False) -> dict:
|
|||
**config,
|
||||
}
|
||||
|
||||
logging.info(params)
|
||||
# Remove keys that are not needed for info extraction as those keys generate files when used with extract_info.
|
||||
for key in ('writeinfojson', 'writethumbnail', 'writedescription', 'writeautomaticsub'):
|
||||
if key in params:
|
||||
|
|
|
|||
Loading…
Reference in a new issue