mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-21 22:11:59 +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
|
@app.teardown_request
|
||||||
def after_request(exc):
|
def after_request(exc):
|
||||||
print("after", exc)
|
|
||||||
g.db.__exit__(type(exc), exc, None)
|
g.db.__exit__(type(exc), exc, None)
|
||||||
|
|
Loading…
Add table
Reference in a new issue