From 47fae9de7f7ce09ef6be4ea494c1d11c44a5b2fd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 Jan 2026 17:07:15 +0100 Subject: [PATCH] wait #7938 --- js/libs/fluidbook/fluidbook.contentlock.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5