We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ecc60 commit 3a6b0d0Copy full SHA for 3a6b0d0
lib/mj-page.js
@@ -621,7 +621,6 @@ function StartQueue() {
621
// and load a new one (get a fresh MathJax)
622
//
623
function RestartMathJax() {
624
- console.log('MathJax is restarting...');
625
if (timer) {
626
MathJax.Hub.queue.queue = []; // clear MathJax queue, so pending operations won't fire
627
MathJax = timer = null;
0 commit comments