]> _ Git - fluidbook-html5.git/commitdiff
wait #4717 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Sep 2021 17:31:13 +0000 (19:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Sep 2021 17:31:13 +0000 (19:31 +0200)
js/libs/fluidbook/fluidbook.articles.js

index 08730980ba39df5852fa9bcdbc470e8216589de8..f3908025162539537c0a4405b9b2735127e9b36a 100644 (file)
@@ -11,7 +11,6 @@ FluidbookArticles.prototype = {
 
         var $this = this;
         $(this.fluidbook).on('fluidbook.resize', function () {
-            console.log('resize');
             $this.resize();
         });