Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed May 14, 2024
1 parent de2c04a commit e797c17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cmd/serial.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ module.exports = class SerialCommand extends CLICommandBase {
});
});


serialTrigger.addTrigger('EAP Type 0=PEAP/MSCHAPv2, 1=EAP-TLS:', (cb) => {
resetTimeout();

Expand Down Expand Up @@ -788,7 +787,6 @@ module.exports = class SerialCommand extends CLICommandBase {
}
});


serialTrigger.addTrigger('Outer identity (optional):', (cb) => {
resetTimeout();

Expand Down Expand Up @@ -889,7 +887,6 @@ module.exports = class SerialCommand extends CLICommandBase {
}
});


serialTrigger.addTrigger('Password:', (cb) => {
resetTimeout();
// Skip password prompt as appropriate
Expand Down

0 comments on commit e797c17

Please sign in to comment.