mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-20 13:34:47 +01:00
remove annoying print().
This commit is contained in:
parent
f4fffc19aa
commit
1faf0b152c
1 changed files with 0 additions and 1 deletions
|
@ -86,5 +86,4 @@ def register_request_hooks(app):
|
|||
|
||||
@app.teardown_request
|
||||
def after_request(exc):
|
||||
print("after", exc)
|
||||
g.db.__exit__(type(exc), exc, None)
|
||||
|
|
Loading…
Add table
Reference in a new issue