diff options
author | zsloan | 2020-11-25 13:11:48 -0600 |
---|---|---|
committer | zsloan | 2020-11-25 13:11:48 -0600 |
commit | c8a339616fb3dd3f63427378dc4285de9ad1ccef (patch) | |
tree | 15a5796308f7bdbe2d37a78858ff27e71cb6328e | |
parent | a53302a077b8eea3591460a03a60c9621c3f4586 (diff) | |
download | genenetwork2-c8a339616fb3dd3f63427378dc4285de9ad1ccef.tar.gz |
Removed an unused console.timeEnd in the JS
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
1 files changed, 0 insertions, 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(); |