[fix] endless logging recursion

This commit is contained in:
Adam Tauber 2015-01-10 13:10:17 +01:00
parent c8be128e97
commit 39c3f5658e
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ app = Flask(
app.secret_key = settings['server']['secret_key']
app.logger.addHandler(logger)
babel = Babel(app)
global_favicons = []