diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:33:22 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:33:22 +0100 |
| commit | ce544c30c15cdbe8a57c9f8c57f8e848db138ee9 (patch) | |
| tree | 6bd79154ac8f74c0dc212bc370a286f987d53220 | |
| parent | db7af79ac8f7989d5269773f98c95a940eef5402 (diff) | |
[fix] debug print removed
| -rw-r--r-- | searx/webapp.py | 1 |
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') |