remove debug hack

This commit is contained in:
Nick Stokoe
2013-12-31 14:22:00 +00:00
parent c31e70bb8a
commit c68721dc78

View File

@@ -100,8 +100,7 @@ function handleTick(now) {
var excl = millisecsRemaining < 1000*5? "!" : "";
console.log("seconds",now.getSeconds());
if (60 - now.getSeconds() <= 10) {
// if (millisecsRemaining < 10000) {
if (millisecsRemaining < 10000) {
if (!playing) {
countDownSound.play();
playing = true;