Remove debug logging. Address review comment of issue #485.
This commit is contained in:
parent
2b1948f252
commit
30cb4b3961
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user