]> _ Git - fluidbook-html5.git/commitdiff
wait #7938
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 16:07:15 +0000 (17:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 16:07:15 +0000 (17:07 +0100)
js/libs/fluidbook/fluidbook.contentlock.js

index 67526cad11c7bff47745c27f90e42c46acd17454..2062fa95dd1cac442807e8bfb5d131daf1bc92aa 100644 (file)
@@ -191,7 +191,6 @@ FluidbookContentLock.prototype = {
             if (currentPage < lockPage) {
                 return;
             }
-            console.log('unlock ' + lockPage + '(' + currentPage + ')');
             $this.locks[k].unlocked = 1;
             change = true;