Skip to content

Commit 3a6b0d0

Browse files
committed
remove console.log that I added when the MathJax start
1 parent 67ecc60 commit 3a6b0d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mj-page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ function StartQueue() {
621621
// and load a new one (get a fresh MathJax)
622622
//
623623
function RestartMathJax() {
624-
console.log('MathJax is restarting...');
625624
if (timer) {
626625
MathJax.Hub.queue.queue = []; // clear MathJax queue, so pending operations won't fire
627626
MathJax = timer = null;

0 commit comments

Comments
 (0)