From 1c38a6048811890f74ccf023d1e54a39dcb8715c Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Fri, 5 Jan 2024 23:50:42 +0300 Subject: [PATCH] removed debug statement. --- app/Utils.py | 1 - 1 file changed, 1 deletion(-) 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: