Remove debug print
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user