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

This commit is contained in:
Alexandre Flament
2021-09-06 21:43:48 +02:00
parent 91a6d80e82
commit 0e42db9da1

View File

@@ -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