diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-14 07:06:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 07:06:28 +0200 |
| commit | 602cbc2c99e3ea0c4213473c346b871326152788 (patch) | |
| tree | 50d8823e34ffd3045307106ee903bc526e5afac4 /searx/engines/xpath.py | |
| parent | aba3566fbd1efa3b6f2e1302feddca3e72a85fde (diff) | |
| parent | 6abc37efc75a472b977306e5352c10358f3a1d08 (diff) | |
Merge pull request #297 from dalf/engine-logger-enh
debug mode: more readable logging
Diffstat (limited to 'searx/engines/xpath.py')
| -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 |