diff --git a/apps/clock_info/lib.js b/apps/clock_info/lib.js index 9daa05d21..055069247 100644 --- a/apps/clock_info/lib.js +++ b/apps/clock_info/lib.js @@ -2,7 +2,6 @@ let storage = require("Storage"); let stepGoal = undefined; -let stepUpdateInterval; // Load step goal from health app and pedometer widget let d = storage.readJSON("health.json", true) || {}; stepGoal = d.stepGoal;