Skip to content

Commit 7a73771

Browse files
committed
Remove stray debug statement
1 parent e00e97f commit 7a73771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gramps_webapi/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def create_app(db_manager=None):
4646
gunicorn_logger = logging.getLogger("gunicorn.error")
4747
app.logger.handlers = gunicorn_logger.handlers
4848
app.logger.setLevel(gunicorn_logger.level)
49-
app.logger.error(gunicorn_logger.level)
5049

5150
# load default config
5251
app.config.from_object(DefaultConfig)

0 commit comments

Comments
 (0)