forked from zaclys/searxng
[mod] xpath engine: remove logging of the requested URL
This commit is contained in:
parent
91a6d80e82
commit
0e42db9da1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue