Browse Source

remove annoying print().

aiosqlite
fiatjaf 5 years ago
parent
commit
1faf0b152c
  1. 1
      lnbits/app.py

1
lnbits/app.py

@ -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…
Cancel
Save