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