Skip to content

Commit 32a584f

Browse files
committed
Remove print
1 parent d872f03 commit 32a584f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def create_app() -> Quart:
4242
csrf = CSRFProtect(app)
4343
bcrypt.init_app(app)
4444
db.init_app(app)
45-
print(f"create_app() finished")
4645
return app
4746

4847
def liveness():

0 commit comments

Comments
 (0)