瀏覽代碼

[fix] debug print removed

asciimoo 11 年之前
父節點
當前提交
ce544c30c1
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py 查看文件

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