Explorar el Código

[fix] remove useless print statement

Thomas Pointhuber hace 10 años
padre
commit
48058075c0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      searx/engines/photon.py

+ 0
- 2
searx/engines/photon.py Ver fichero

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