diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-16 16:32:59 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-16 16:32:59 +0100 |
commit | 48058075c06af1f4a0a21045b983dffe14ab9bff (patch) | |
tree | 00dd95f5cb40cc84b9f8159d76d12fcbb75f82d1 /searx/engines/photon.py | |
parent | 5ae38bafdf06518b30d092d8b68d5a41f5539249 (diff) | |
download | searxng-48058075c06af1f4a0a21045b983dffe14ab9bff.tar.gz searxng-48058075c06af1f4a0a21045b983dffe14ab9bff.zip |
[fix] remove useless print statement
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r-- | searx/engines/photon.py | 2 |
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 |