Remove a spurious getLogger call.
This commit is contained in:
parent
8b1c20f4ba
commit
0eaf879af8
1 changed files with 0 additions and 2 deletions
2
app.py
2
app.py
|
@ -28,8 +28,6 @@ else:
|
|||
|
||||
app.config.from_object(config)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Principal(app, use_sessions=True)
|
||||
|
||||
login_manager = LoginManager()
|
||||
|
|
Reference in a new issue