From 934bcf533602b052449c0a70e6a7f894da9cc828 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 May 2020 08:46:30 +0000 Subject: =?UTF-8?q?comment=20out=20code=20which=20is=20only=20required=20f?= =?UTF-8?q?or=20logging=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/js/main.js b/view/js/main.js index 8328c2104..56ecc4d97 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -792,7 +792,7 @@ function updateConvItems(mode,data) { //console.log('all images loaded, at least one is broken'); }) .progress( function( instance, image ) { - var result = image.isLoaded ? 'loaded' : 'broken'; + //var result = image.isLoaded ? 'loaded' : 'broken'; //console.log( 'image is ' + result + ' for ' + image.img.src ); }); } -- cgit v1.2.3