From 6e14fc851d11faaa65c5c26d44f52ad319873918 Mon Sep 17 00:00:00 2001 From: Adam Brewer Date: Sat, 23 May 2020 16:42:06 +0100 Subject: [PATCH] Removed debugging buzzes --- apps/pizzatimer/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pizzatimer/app.js b/apps/pizzatimer/app.js index aac908cc9..abd31bcc5 100644 --- a/apps/pizzatimer/app.js +++ b/apps/pizzatimer/app.js @@ -226,6 +226,7 @@ function countdown() { if (countDownFinished()) { unsetDrawInterval(); + g.flip(); alertCountdownFinished(); } } @@ -248,7 +249,6 @@ function startMenuScene() { } function startCountdownScene() { - Bangle.beep(); setupCountdownWatches(); unsetDrawInterval(); setCountdownTime();