logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ce544c30c15cdbe8a57c9f8c57f8e848db138ee9
parent: db7af79ac8f7989d5269773f98c95a940eef5402
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue,  3 Dec 2013 14:33:22 +0100

[fix] debug print removed

Diffstat:

Msearx/webapp.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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')