Skip to content

Commit

Permalink
Remove legacy connection end code in wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Feb 12, 2016
1 parent bb04839 commit e3f87a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tessel/wifi.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ Tessel.prototype.setWiFiState = function(enable) {
}
});
} else {
this.connection.end();
logState();
resolve();
}
Expand Down

0 comments on commit e3f87a4

Please sign in to comment.