summaryrefslogtreecommitdiff
path: root/searx/engines/google.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/google.py')
-rw-r--r--searx/engines/google.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py
index e1caabb12..d1f564d99 100644
--- a/searx/engines/google.py
+++ b/searx/engines/google.py
@@ -29,12 +29,9 @@ The google WEB engine itself has a special setup option:
from urllib.parse import urlencode
from lxml import html
-from searx import logger
from searx.utils import match_language, extract_text, eval_xpath, eval_xpath_list, eval_xpath_getindex
from searx.exceptions import SearxEngineCaptchaException
-logger = logger.getChild('google engine')
-
# about
about = {
"website": 'https://www.google.com',