Remove debugging log message and timer
This commit is contained in:
parent
4149a87a96
commit
89f15693f7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user