Skip to content
Snippets Groups Projects
Commit a1af3e34 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove unused print statement

parent 7e54d56e
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,4 @@ from flask import render_template
def generic_error_handler(e):
print('test')
return render_template('errors/error.html.j2', error=e), e.code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment