Skip to content

Commit fc8507d

Browse files
committed
ASTDiff GUI: Remove logs
1 parent ed67e97 commit fc8507d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/resources/web/dist/monaco.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function mymonaco(config) {
4545
const rightHeight = rightEditor.getContentHeight();
4646
let maxHeight = Math.max(leftHeight, rightHeight);
4747
const editorHeight = maxHeight > maxAllowedHeight ? maxAllowedHeight : maxHeight;
48-
console.log(editorHeight);
4948
leftContainer.style.height = editorHeight + 'px';
5049
rightContainer.style.height = editorHeight + 'px';
5150
leftEditor.layout();

0 commit comments

Comments
 (0)