]> _ Git - fluidbook-html5.git/commitdiff
#2774
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 16:52:38 +0000 (18:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 16:52:38 +0000 (18:52 +0200)
js/libs/fluidbook/fluidbook.bookmarks.js

index 146553e70df4d62a71419fb8e412128df98ccbe9..fbcf492e6dda99af3fb7498e8dc82d736e887548 100644 (file)
@@ -361,8 +361,6 @@ FluidbookBookmarks.prototype = {
             to++;
         }
 
-        console.log(onlyOne, pageNr, to);
-
         var bookmarks = "";
         for (var i = pageNr; i <= to; i++) {
             if (i > 0 && i <= this.fluidbook.contentlock.getMaxPage()) {