Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Apr 27, 2024
1 parent 381b3ca commit 3c5b870
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tabs/sitl.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ TABS.sitl.initialize = (callback) => {
GUI.load(path.join(__dirname, "sitl.html"), function () {
i18n.localize();

var os = GUI.operating_system;

var currentSim, currentProfile, profiles;
var mapping = new Array(28).fill(0);
var serialProtocolls = Ser2TCP.getProtocolls();
Expand Down

0 comments on commit 3c5b870

Please sign in to comment.