quick removal of GPS clear from #1619

pull/1637/head^2
Gordon Williams 2022-03-29 10:58:48 +01:00
parent 061110a209
commit dcd39418a5
1 changed files with 0 additions and 2 deletions

View File

@ -299,8 +299,6 @@ exports.getStats = function(statIDs, options) {
state.curSpeed = 0;
state.BPM = 0;
state.BPMage = 0;
state.thisGPS = {};
state.lastGPS = {};
state.notify = options.notify;
if (options.notify.dist.increment > 0) {
state.notify.dist.next = state.distance + options.notify.dist.increment;