Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8c813ea

Browse files
committed
remove log message
1 parent 4b7d15a commit 8c813ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runestone/common/js/runestonebase.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ export default class RunestoneBase {
462462
return this.mjresolver(this.aQueue.enqueue(component))
463463
} else {
464464
console.log(`Waiting on MathJax!! ${MathJax.typesetPromise}`);
465-
console.log(`Runestone Math: ${runestoneMathReady}`)
466465
setTimeout(() => this.queueMathJax(component), 200);
467466
console.log(`Returning mjready promise: ${this.mjReady}`)
468467
return this.mjReady;

0 commit comments

Comments
 (0)