diff --git a/apps/bbreaker/app.js b/apps/bbreaker/app.js index 6ff36d63d..5a5e65e17 100644 --- a/apps/bbreaker/app.js +++ b/apps/bbreaker/app.js @@ -22,7 +22,7 @@ let lives = 3; const storage = require("Storage"); - const BEEP = () => Bangle.buzz(100); + //const BEEP = () => Bangle.buzz(100); function loadHighScore() { const saved = storage.readJSON("breakout_highscore.json", 1);