Skip to content
Snippets Groups Projects
Commit cef87d6e authored by Jannik Wurche's avatar Jannik Wurche
Browse files

:shushing_face: remove unnecessary console.log()

parent 11f979fd
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ function initKatex() {
renderMath() {
const content = this.getAttribute('data-content');
const display = this.getAttribute('display') === 'true';
console.log("Render KaTeX, content:", content, "display:", display);
if (!this.shadowRoot) { // Check if shadow root already exists
this.attachShadow({ mode: "open" });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment