From ce544c30c15cdbe8a57c9f8c57f8e848db138ee9 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 3 Dec 2013 14:33:22 +0100 Subject: [PATCH] [fix] debug print removed --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 2b99fb50..bbc151a5 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')