summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 2b99fb507..bbc151a5d 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -173,7 +173,6 @@ def opensearch():
@app.route('/favicon.ico')
def favicon():
- print os.path.join(app.root_path, 'static/img'), 'asdf'
return send_from_directory(os.path.join(app.root_path, 'static/img'),
'favicon.png', mimetype='image/vnd.microsoft.icon')