remove redundant console.log

This commit is contained in:
Theis Pieter Hollebeek 2025-10-10 16:39:46 +02:00
parent 4ab14a88a5
commit a89b925d01

View File

@ -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 {