From 0e42db9da111bbf1984ae48889acee05e4dd2dd8 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 6 Sep 2021 21:43:48 +0200 Subject: [PATCH] [mod] xpath engine: remove logging of the requested URL --- searx/engines/xpath.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py index 8338d530..08677b70 100644 --- a/searx/engines/xpath.py +++ b/searx/engines/xpath.py @@ -173,7 +173,6 @@ def request(query, params): params['url'] = search_url.format(**fargs) params['soft_max_redirects'] = soft_max_redirects - logger.debug("query_url --> %s", params['url']) return params