Browse Source

[mod] xpath engine: remove logging of the requested URL

Alexandre Flament 3 years ago
parent
commit
0e42db9da1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/engines/xpath.py

+ 0 - 1
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