diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-06 21:43:48 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-11 10:13:16 +0200 |
commit | 0e42db9da111bbf1984ae48889acee05e4dd2dd8 (patch) | |
tree | 2ec73665a13dee6f3686f937209eedcd35b8d50d /searx/engines | |
parent | 91a6d80e8291852264abdcda83c203dfb5770381 (diff) | |
download | searxng-0e42db9da111bbf1984ae48889acee05e4dd2dd8.tar.gz searxng-0e42db9da111bbf1984ae48889acee05e4dd2dd8.zip |
[mod] xpath engine: remove logging of the requested URL
Diffstat (limited to 'searx/engines')
-rw-r--r-- | searx/engines/xpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py index 8338d5301..08677b708 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 |