remove annoying print().

This commit is contained in:
fiatjaf 2020-09-13 21:48:46 -03:00
parent f4fffc19aa
commit 1faf0b152c

View file

@ -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)