summaryrefslogtreecommitdiff
path: root/searx/engines/xpath.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-06 19:50:58 +0200
committerGitHub <noreply@github.com>2021-09-06 19:50:58 +0200
commit17e739a8596c7ba2e4addccb66753e3d591f424d (patch)
treef19342941a9e790d39d62553a830e83fea41e478 /searx/engines/xpath.py
parenta26e4eff10b8ed41d7012390d4efc575b9da8eb0 (diff)
parentaecfb2300d2515ee5bb28058d4fb11b8fe5c3f04 (diff)
Merge pull request #296 from return42/engine-logger
one logger per engine
Diffstat (limited to 'searx/engines/xpath.py')
-rw-r--r--searx/engines/xpath.py3
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
"""