diff options
-rw-r--r-- | gn2/wqflask/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index c35bc88f..843ed07a 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -265,7 +265,6 @@ def gnqna(): return resp.json() def error_page(resp): - breakpoint() return render_template("gnqa_errors.html", **{"status_code": resp.status_code, **resp.json()}) |