mirror of https://github.com/searxng/searxng.git
[fix] remove useless print statement
This commit is contained in:
parent
5ae38bafdf
commit
48058075c0
|
@ -115,7 +115,5 @@ def response(resp):
|
|||
'osm': osm,
|
||||
'url': url})
|
||||
|
||||
print r['properties']['name']
|
||||
|
||||
# return results
|
||||
return results
|
||||
|
|
Loading…
Reference in New Issue