From 5b8887353090c9367c45c79c2d0b850296ee04f4 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 May 2020 07:33:32 +0000 Subject: re-enable time logging --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/js/main.js') diff --git a/view/js/main.js b/view/js/main.js index 6d084fdd2..8328c2104 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1009,7 +1009,7 @@ function liveUpdate(notify_id) { //console.log('all images loaded'); var iready = new Date(); - //console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.'); + console.log('IMAGES ready in: ' + (iready - dready)/1000 + ' seconds.'); page_load = false; scroll_next = false; -- cgit v1.2.3