remove redundant console.log
This commit is contained in:
parent
4ab14a88a5
commit
a89b925d01
@ -127,7 +127,6 @@ ${js}
|
|||||||
|
|
||||||
toggleSpriteEditorButton.addEventListener("click", () => {
|
toggleSpriteEditorButton.addEventListener("click", () => {
|
||||||
const cont = document.querySelector("#sprite-editor-container");
|
const cont = document.querySelector("#sprite-editor-container");
|
||||||
console.log(cont.style.getPropertyValue("display"));
|
|
||||||
if (cont.style.getPropertyValue("display") === "none") {
|
if (cont.style.getPropertyValue("display") === "none") {
|
||||||
cont.style.removeProperty("display");
|
cont.style.removeProperty("display");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user