www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a729427ca63e08cee7246036f0b81ef697c245f0
parent 58d698f355727a447831777d9ebfbc89e5da3bb7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun,  6 Dec 2015 11:02:27 -0500

Remove debugging log messages.

Diffstat:
Munpacked/jax/input/TeX/jax.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -45,7 +45,6 @@ var i, m, item, top; for (i = 0, m = arguments.length; i < m; i++) { item = arguments[i]; if (!item) continue; -console.log(item.type); if (item instanceof MML.mbase) {item = STACKITEM.mml(item)} item.global = this.global; top = (this.data.length ? this.Top().checkItem(item) : true); @@ -59,7 +58,6 @@ console.log(item.type); this.env = item.env; } else {item.env = this.env} } -console.log(this.toString()); } }, Pop: function () {