www

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

commit 89f15693f7a86b942c5750e3a33922b414c355e9
parent 4149a87a962c08d7b636c65ae541927622caad7b
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 11 Sep 2015 12:26:28 -0400

Remove debugging log message and timer

Diffstat:
Munpacked/extensions/AssistiveMML.js | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/unpacked/extensions/AssistiveMML.js b/unpacked/extensions/AssistiveMML.js @@ -66,10 +66,7 @@ if (!SETTINGS.assistiveMML) return; var state = { jax: HUB.getAllJax(node), i: 0, - callback: MathJax.Callback(function () { - console.log("MathML time: "+((new Date().getTime())-state.start)); - }), - start: new Date().getTime() + callback: MathJax.Callback({}) }; this.HandleMML(state); return state.callback;