diff --git a/app/Utils.py b/app/Utils.py index f60b106e..c6e8ea65 100644 --- a/app/Utils.py +++ b/app/Utils.py @@ -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: