From c8a339616fb3dd3f63427378dc4285de9ad1ccef Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 25 Nov 2020 13:11:48 -0600 Subject: Removed an unused console.timeEnd in the JS --- wqflask/wqflask/templates/search_result_page.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 35d8ed27..9a28a78e 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -440,8 +440,6 @@ 'processing': 'Loading...' } } ); - - console.timeEnd("Creating table"); $('.toggle-vis').on( 'click', function (e) { e.preventDefault(); -- cgit 1.4.1