1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 20:17:45 +01:00

[fix] remove useless print statement

This commit is contained in:
Thomas Pointhuber 2014-12-16 16:32:59 +01:00
parent 5ae38bafdf
commit 48058075c0

View File

@ -115,7 +115,5 @@ def response(resp):
'osm': osm, 'osm': osm,
'url': url}) 'url': url})
print r['properties']['name']
# return results # return results
return results return results