From eb682f77d02fc16bf5dff6279950cfe167717564 Mon Sep 17 00:00:00 2001 From: RKBoss6 Date: Mon, 11 Aug 2025 18:38:19 -0400 Subject: [PATCH] Remove unneeded `stepInterval` --- apps/clock_info/lib.js | 1 - 1 file changed, 1 deletion(-) 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;