summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-12-03 14:33:22 +0100
committerasciimoo <asciimoo@gmail.com>2013-12-03 14:33:22 +0100
commitce544c30c15cdbe8a57c9f8c57f8e848db138ee9 (patch)
tree6bd79154ac8f74c0dc212bc370a286f987d53220 /searx/webapp.py
parentdb7af79ac8f7989d5269773f98c95a940eef5402 (diff)
[fix] debug print removed
Diffstat (limited to 'searx/webapp.py')
-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')