Browse Source

[fix] debug print removed

asciimoo 11 years ago
parent
commit
ce544c30c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/webapp.py

+ 0 - 1
searx/webapp.py

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