]> _ Git - fluidbook-html5.git/commitdiff
#2717
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 May 2019 13:33:24 +0000 (15:33 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 May 2019 13:33:24 +0000 (15:33 +0200)
js/libs/fluidbook/fluidbook.bookmarks.js

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