1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

[fix] debug print removed

This commit is contained in:
asciimoo 2013-12-03 14:33:22 +01:00
parent db7af79ac8
commit ce544c30c1

View File

@ -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')