diff --git a/src/katex.js b/src/katex.js
index 50ccc240598522524c6ec4028a197c689c13bea0..df5167b1cad9ae62241742f734213729737ee91b 100644
--- a/src/katex.js
+++ b/src/katex.js
@@ -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" });