logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 48058075c06af1f4a0a21045b983dffe14ab9bff
parent 5ae38bafdf06518b30d092d8b68d5a41f5539249
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Tue, 16 Dec 2014 16:32:59 +0100

[fix] remove useless print statement

Diffstat:

Msearx/engines/photon.py2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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