aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2021-05-10 08:50:20 +0300
committerAlexander Kabui2021-05-10 08:50:20 +0300
commit848fc236461384e5352798e19d710480ead379c4 (patch)
treee928b33529e94b4fe4af4bc10454ce85478d679f
parentf7eeb913af479358583844164400dc8489a87d8f (diff)
downloadgenenetwork2-848fc236461384e5352798e19d710480ead379c4.tar.gz
minor-fix:remove debug statements
-rw-r--r--wqflask/wqflask/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 317c5f63..c2e403a0 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -951,10 +951,9 @@ def corr_compute_page():
# template_vars = show_corr_results.CorrelationResults(request.form)
# return render_template("correlation_page.html", **template_vars.__dict__)
- # to test the new correlation api uncomment these lines
+ # to test/disable the new correlation api uncomment these lines
correlation_results = compute_correlation(request.form)
- # print(">>>>Time taken by this endpoint",time.time()-initial_time)
return render_template("test_correlation_page.html",correlation_results=correlation_results)