Skip to content

Commit 43e851c

Browse files
committed
Commenting BEEP as I don't need it right now
1 parent 3bed4a9 commit 43e851c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bbreaker/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
let lives = 3;
2323

2424
const storage = require("Storage");
25-
const BEEP = () => Bangle.buzz(100);
25+
//const BEEP = () => Bangle.buzz(100);
2626

2727
function loadHighScore() {
2828
const saved = storage.readJSON("breakout_highscore.json", 1);

0 commit comments

Comments
 (0)