Remove debug print

This commit is contained in:
0880
2026-01-18 19:13:18 +03:30
parent 250ef92502
commit 83a837f339

View File

@@ -177,7 +177,6 @@
link.href = "/favicon_update.ico"; link.href = "/favicon_update.ico";
link.type = "image/x-icon"; link.type = "image/x-icon";
} }
console.log("PLAYING SOUND!!");
piecemoveSound.currentTime = Math.round(Math.random() * 4) * 0.5; piecemoveSound.currentTime = Math.round(Math.random() * 4) * 0.5;
piecemoveSound.play() piecemoveSound.play()
.then(() => { .then(() => {