Pārlūkot izejas kodu

[fix] debug print removed

asciimoo 11 gadus atpakaļ
vecāks
revīzija
ce544c30c1
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py Parādīt failu

@@ -173,7 +173,6 @@ def opensearch():
173 173
 
174 174
 @app.route('/favicon.ico')
175 175
 def favicon():
176
-    print os.path.join(app.root_path, 'static/img'), 'asdf'
177 176
     return send_from_directory(os.path.join(app.root_path, 'static/img'),
178 177
                                'favicon.png', mimetype='image/vnd.microsoft.icon')
179 178