Remove a spurious getLogger call.

This commit is contained in:
yackob03 2013-10-09 23:52:43 -04:00
parent 8b1c20f4ba
commit 0eaf879af8

2
app.py
View file

@ -28,8 +28,6 @@ else:
app.config.from_object(config)
logger = logging.getLogger(__name__)
Principal(app, use_sessions=True)
login_manager = LoginManager()