aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
Diffstat (limited to 'gn2')
-rw-r--r--gn2/wqflask/views.py1
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()})