Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit b045cff

Browse files
author
Chase
committed
Remove debug log
1 parent b67bf57 commit b045cff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libreoffice-core/desktop/wasm/worker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ const handler: DocumentMethodHandler<Document> = {
448448
const visibleArea = visibleAreas[ref];
449449
if (visibleArea && visibleArea.widthTwips !== widthTwips) {
450450
visibleArea.widthTwips = widthTwips;
451-
console.log({widthTwips});
452451
if (visibleArea.heightTwips && visibleArea.topTwips) {
453452
doc.setClientVisibleArea(viewId, 0, visibleArea.topTwips, visibleArea.widthTwips, visibleArea.heightTwips);
454453
}

0 commit comments

Comments
 (0)