Skip to content

Commit 0b3d89f

Browse files
committed
Remove debuggin output
1 parent d33f1ae commit 0b3d89f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mathjax3-ts/output/chtml/Wrapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ export class CHTMLWrapper<N, T, D> extends AbstractWrapper<MmlNode, CHTMLWrapper
495495
const isTop = this.isTopEmbellished();
496496
const hasSpacing = this.node.hasSpacingAttributes();
497497
if (this.CHTML.options.mathmlSpacing || hasSpacing) {
498-
console.log(this.node.attributes);
499498
isTop && this.getMathMLSpacing();
500499
} else {
501500
this.getTeXSpacing(isTop, hasSpacing);

0 commit comments

Comments
 (0)