mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Remove unused print statement
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user