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 {