summaryrefslogtreecommitdiff
path: root/searx/engines/wordnik.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/wordnik.py')
-rw-r--r--searx/engines/wordnik.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/wordnik.py b/searx/engines/wordnik.py
index 4bfeb4070..0c3785cfb 100644
--- a/searx/engines/wordnik.py
+++ b/searx/engines/wordnik.py
@@ -4,12 +4,9 @@
"""
from lxml.html import fromstring
-from searx import logger
from searx.utils import extract_text
from searx.network import raise_for_httperror
-logger = logger.getChild('Wordnik engine')
-
# about
about = {
"website": 'https://www.wordnik.com',