From: Vincent Vanwaelscappel Date: Tue, 13 Jan 2026 16:07:15 +0000 (+0100) Subject: wait #7938 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=47fae9de7f7ce09ef6be4ea494c1d11c44a5b2fd;p=fluidbook-html5.git wait #7938 --- diff --git a/js/libs/fluidbook/fluidbook.contentlock.js b/js/libs/fluidbook/fluidbook.contentlock.js index 67526cad..2062fa95 100644 --- a/js/libs/fluidbook/fluidbook.contentlock.js +++ b/js/libs/fluidbook/fluidbook.contentlock.js @@ -191,7 +191,6 @@ FluidbookContentLock.prototype = { if (currentPage < lockPage) { return; } - console.log('unlock ' + lockPage + '(' + currentPage + ')'); $this.locks[k].unlocked = 1; change = true;