diff options
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 |