From 848fc236461384e5352798e19d710480ead379c4 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Mon, 10 May 2021 08:50:20 +0300 Subject: minor-fix:remove debug statements --- wqflask/wqflask/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wqflask') 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) -- cgit v1.2.3