Skip to content

Commit eb682f7

Browse files
authored
Remove unneeded stepInterval
1 parent 04e76db commit eb682f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/clock_info/lib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
let storage = require("Storage");
44
let stepGoal = undefined;
5-
let stepUpdateInterval;
65
// Load step goal from health app and pedometer widget
76
let d = storage.readJSON("health.json", true) || {};
87
stepGoal = d.stepGoal;

0 commit comments

Comments
 (0)