summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-16 16:32:59 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-16 16:32:59 +0100
commit48058075c06af1f4a0a21045b983dffe14ab9bff (patch)
tree00dd95f5cb40cc84b9f8159d76d12fcbb75f82d1 /searx/engines/photon.py
parent5ae38bafdf06518b30d092d8b68d5a41f5539249 (diff)
downloadsearxng-48058075c06af1f4a0a21045b983dffe14ab9bff.tar.gz
searxng-48058075c06af1f4a0a21045b983dffe14ab9bff.zip
[fix] remove useless print statement
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r--searx/engines/photon.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/photon.py b/searx/engines/photon.py
index f4a1254a7..853a14980 100644
--- a/searx/engines/photon.py
+++ b/searx/engines/photon.py
@@ -115,7 +115,5 @@ def response(resp):
'osm': osm,
'url': url})
- print r['properties']['name']
-
# return results
return results