mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 20:06:17 +02:00
remove annoying print().
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user