aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
authorAlexander_Kabui2024-05-09 16:02:29 +0300
committerAlexander_Kabui2024-05-09 16:10:44 +0300
commitc5800e1ba6e7c5180fdfcf0cf933b1992271d67f (patch)
tree48dce53b9a0ec58081b4c1cce542d5119fa8b35c /gn2
parenteef53a8d772c6297e6ff097808e5fd36eb94e432 (diff)
downloadgenenetwork2-c5800e1ba6e7c5180fdfcf0cf933b1992271d67f.tar.gz
Remove debug statements.
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()})