]> _ Git - fluidbook-html5.git/commitdiff
wip #4866
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Nov 2021 14:18:24 +0000 (15:18 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Nov 2021 14:18:24 +0000 (15:18 +0100)
js/libs/fluidbook/fluidbook.js

index 461ee75aa6b8c867742e157df85bebcc23edeb2d..d8f682675a404208cda84b2b723d29e02a5292e9 100644 (file)
@@ -431,10 +431,8 @@ Fluidbook.prototype = {
             return this.setCurrentPage(this.currentPage);
         } else if (args[1] === 'page') {
             var anchor = this.normalizeAnchor(args[2]);
-            console.log(anchor, this.settings.pageLabels[anchor]);
             if (this.settings.pageLabels[anchor] !== undefined) {
                 page = this.settings.pageLabels[anchor];
-                console.log(anchor, 'ok');
             } else {
                 page = parseInt(args[2]);
                 anchor = false;