Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbat committed Mar 23, 2020
1 parent f67de54 commit e32aa25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baseframe/__init__.py
Expand Up @@ -173,7 +173,6 @@ def init_app(
# Initialize Sentry logging
if app.config.get('SENTRY_URL'):
sentry_sdk.init(dsn=app.config['SENTRY_URL'], integrations=[FlaskIntegration()])
print(" - Sentry logging is enabled. \n - URL: %s" % app.config['SENTRY_URL'])

# Since Flask 0.11, templates are no longer auto reloaded.
# Setting the config alone doesn't seem to work, so we explicitly
Expand Down

0 comments on commit e32aa25

Please sign in to comment.