Remove debug logging. Address review comment of issue #485.

This commit is contained in:
Frédéric Wang 2013-06-12 16:11:30 +02:00
parent 2b1948f252
commit 30cb4b3961

View File

@ -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) {