mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-26 03:14:19 +00:00
Remove unused print statement
This commit is contained in:
parent
7e54d56ed5
commit
a1af3e34d2
@ -2,5 +2,4 @@ from flask import render_template
|
|||||||
|
|
||||||
|
|
||||||
def generic_error_handler(e):
|
def generic_error_handler(e):
|
||||||
print('test')
|
|
||||||
return render_template('errors/error.html.j2', error=e), e.code
|
return render_template('errors/error.html.j2', error=e), e.code
|
||||||
|
Loading…
Reference in New Issue
Block a user