Skip to content

Commit

Permalink
Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
boazf committed Dec 3, 2024
1 parent 5dd853e commit 5612b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SD/wwwroot/INDEX.HTM
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
var recoveryType = %9 ;
var id = GetId();
var autoPilot = false;
var inactive = true;
var mDisco = 5000;
var rDisco = 5000;
var mPeriodic = false;
Expand Down Expand Up @@ -137,7 +136,6 @@
});

source.onmessage = function (event) {
inactive = false;
var state = JSON.parse(event.data);
mDisco = state.mDisco * 1000;
rDisco = state.rDisco * 1000 - 500;
Expand Down

0 comments on commit 5612b34

Please sign in to comment.