From: Vincent Vanwaelscappel Date: Fri, 25 Jun 2021 17:27:06 +0000 (+0200) Subject: wait #4552 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=759579db63acccb1b80ce68cacabfe64f0212484;p=fluidbook-html5.git wait #4552 --- diff --git a/js/libs/fluidbook/fluidbook.loader.js b/js/libs/fluidbook/fluidbook.loader.js index 1b9af86f..805da53e 100644 --- a/js/libs/fluidbook/fluidbook.loader.js +++ b/js/libs/fluidbook/fluidbook.loader.js @@ -597,7 +597,6 @@ FluidbookLoader.prototype = { ctx.fillRect(left, top, width, height); } else if ($(this).is('[data-image]')) { var i = $(this).data('id'); - console.log(i, textures[i], left, top, width, height); if (textures[i] !== undefined && textures[i] !== null) { ctx.drawImage(textures[i], left, top, width, height); }