From a89b925d01e8522f79e4a56ef6ec2d19cf70804a Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Fri, 10 Oct 2025 16:39:46 +0200 Subject: [PATCH] remove redundant console.log --- js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/index.js b/js/index.js index 9651716..8cfcf00 100644 --- a/js/index.js +++ b/js/index.js @@ -127,7 +127,6 @@ ${js} toggleSpriteEditorButton.addEventListener("click", () => { const cont = document.querySelector("#sprite-editor-container"); - console.log(cont.style.getPropertyValue("display")); if (cont.style.getPropertyValue("display") === "none") { cont.style.removeProperty("display"); } else {