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