Skip to content

Commit 5061dc4

Browse files
authored
remove undefind vars
1 parent 2e65cca commit 5061dc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sched/sched.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function showSnoozeMenu(alarm){
3030
title: "Snooze Options",
3131
buttons
3232
}).then(function (snoozeTime) {
33-
buzzCount = 0;
3433

3534

3635
if (alarm.ot === undefined) {
@@ -52,7 +51,6 @@ function showSnoozeMenu(alarm){
5251
title: "Snooze Options",
5352
buttons: { "1m": 1, "2m":2,"5m": 5,"10m":10 }
5453
}).then(function (snoozeTime) {
55-
buzzCount = 0;
5654

5755

5856
if (alarm.ot === undefined) {

0 commit comments

Comments
 (0)