diff --git a/modules/exstats.js b/modules/exstats.js index 8890ae9db..8a726a5de 100644 --- a/modules/exstats.js +++ b/modules/exstats.js @@ -207,7 +207,6 @@ exports.getStats = function(statIDs, options) { }; } if (statIDs.includes("caden")) { - needGPS = true; stats["caden"]={ title : "Cadence", getValue : function() { return state.stepsPerMin; },