]> _ Git - fluidbook-html5.git/commitdiff
wait #4552
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jun 2021 17:27:06 +0000 (19:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jun 2021 17:27:06 +0000 (19:27 +0200)
js/libs/fluidbook/fluidbook.loader.js

index 1b9af86f3a5c0a71800bd987f067a92b2045718f..805da53ed28d80c1677c388a053f5b89c77cebfe 100644 (file)
@@ -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);
                         }