Removed debugging buzzes

pull/442/head
Adam Brewer 2020-05-23 16:42:06 +01:00
parent 2205660600
commit 6e14fc851d
1 changed files with 1 additions and 1 deletions

View File

@ -226,6 +226,7 @@ function countdown() {
if (countDownFinished()) { if (countDownFinished()) {
unsetDrawInterval(); unsetDrawInterval();
g.flip();
alertCountdownFinished(); alertCountdownFinished();
} }
} }
@ -248,7 +249,6 @@ function startMenuScene() {
} }
function startCountdownScene() { function startCountdownScene() {
Bangle.beep();
setupCountdownWatches(); setupCountdownWatches();
unsetDrawInterval(); unsetDrawInterval();
setCountdownTime(); setCountdownTime();