Skip to content

Commit 30cb4b3

Browse files
committed
Remove debug logging. Address review comment of issue #485.
1 parent 2b1948f commit 30cb4b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unpacked/jax/input/TeX/jax.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@
267267
if (item.isCR) {this.EndEntry(); this.EndRow(); this.clearEnv(); return false}
268268
this.EndTable(); this.clearEnv();
269269
var mml = MML.mtable.apply(MML,this.table).With(this.arraydef);
270-
debug(show(this.arraydef));
271270
if (this.frame.length === 4) {
272271
mml.frame = (this.frame.dashed ? "dashed" : "solid");
273272
} else if (this.frame.length) {

0 commit comments

Comments
 (0)