Sfoglia il codice sorgente

[fix] remove useless print statement

Thomas Pointhuber 10 anni fa
parent
commit
48058075c0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    2
      searx/engines/photon.py

+ 0
- 2
searx/engines/photon.py Vedi File

@@ -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