diff options
Diffstat (limited to 'searx/engines/xpath.py')
| -rw-r--r-- | searx/engines/xpath.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py index 0f88fb29a..3a8d32a6a 100644 --- a/searx/engines/xpath.py +++ b/searx/engines/xpath.py @@ -23,9 +23,6 @@ from urllib.parse import urlencode from lxml import html from searx.utils import extract_text, extract_url, eval_xpath, eval_xpath_list -from searx import logger - -logger = logger.getChild('XPath engine') search_url = None """ |