Skip to content

Commit

Permalink
chore: remove excessive console.log from markdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 8, 2024
1 parent bad4d57 commit eb9f41b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solara/components/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def _markdown_template(
} else if (window.MathJax && MathJax.Hub) {
MathJax.Hub.Queue(['Typeset', MathJax.Hub, this.$el]);
} else {
console.log("MathJax not loaded, loading Katex instead")
window.renderMathInElement = await this.loadKatexExt();
window.renderMathInElement(this.$el, this.latexSettings);
}
Expand Down Expand Up @@ -169,7 +168,6 @@ def _markdown_template(
},
loadRequire() {
if (window.requirejs) {
console.log('require found');
return Promise.resolve();
}
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit eb9f41b

Please sign in to comment.