summaryrefslogtreecommitdiff
path: root/searx/engines/google_images.py
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-17 19:28:11 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-17 19:28:11 +0100
commit2c15546518c31e73fa443df129f75c7fad5d9c00 (patch)
treecddbaa035014b22cd46df57107fdc41a840c1b50 /searx/engines/google_images.py
parent4238812a5190834da06bbcd148e6d551713c1a01 (diff)
downloadsearxng-2c15546518c31e73fa443df129f75c7fad5d9c00.tar.gz
searxng-2c15546518c31e73fa443df129f75c7fad5d9c00.zip
Tiny forgots
Diffstat (limited to 'searx/engines/google_images.py')
-rw-r--r--searx/engines/google_images.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
index c08279660..cc62a4fd2 100644
--- a/searx/engines/google_images.py
+++ b/searx/engines/google_images.py
@@ -43,7 +43,6 @@ def response(resp):
# parse results
for result in search_res['responseData']['results']:
- print result
href = result['originalContextUrl']
title = result['title']
if not result['url']: