From 759579db63acccb1b80ce68cacabfe64f0212484 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 25 Jun 2021 19:27:06 +0200 Subject: [PATCH] wait #4552 --- js/libs/fluidbook/fluidbook.loader.js | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.5