removed debug statement.

This commit is contained in:
ArabCoders 2024-01-05 23:50:42 +03:00
parent 9605aa0090
commit 1c38a60488

View file

@ -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: