Remove debugging log message and timer

This commit is contained in:
Davide P. Cervone 2015-09-11 12:26:28 -04:00
parent 4149a87a96
commit 89f15693f7

View File

@ -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;