commit 30cb4b39610e7796fe4387644860f8543973739a
parent 2b1948f2529af839ba2e76aae32b23ca0c6a7975
Author: Frédéric Wang <fred.wang@free.fr>
Date: Wed, 12 Jun 2013 16:11:30 +0200
Remove debug logging. Address review comment of issue #485.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js
@@ -267,7 +267,6 @@
if (item.isCR) {this.EndEntry(); this.EndRow(); this.clearEnv(); return false}
this.EndTable(); this.clearEnv();
var mml = MML.mtable.apply(MML,this.table).With(this.arraydef);
-debug(show(this.arraydef));
if (this.frame.length === 4) {
mml.frame = (this.frame.dashed ? "dashed" : "solid");
} else if (this.frame.length) {