diff options
author | Alexander_Kabui | 2024-05-09 16:02:29 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-05-09 16:10:44 +0300 |
commit | c5800e1ba6e7c5180fdfcf0cf933b1992271d67f (patch) | |
tree | 48dce53b9a0ec58081b4c1cce542d5119fa8b35c /gn2 | |
parent | eef53a8d772c6297e6ff097808e5fd36eb94e432 (diff) | |
download | genenetwork2-c5800e1ba6e7c5180fdfcf0cf933b1992271d67f.tar.gz |
Remove debug statements.
Diffstat (limited to 'gn2')
-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()}) |