From cef87d6e6722e6d89ce0158ab4263487230b6bfa Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Tue, 2 Jul 2024 13:46:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=AB=20remove=20unnecessary=20console.l?= =?UTF-8?q?og()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/katex.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/katex.js b/src/katex.js index 50ccc24..df5167b 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" }); -- GitLab