diff --git a/src/cmd/serial.js b/src/cmd/serial.js index d5d75190d..42eaee4a6 100644 --- a/src/cmd/serial.js +++ b/src/cmd/serial.js @@ -734,7 +734,6 @@ module.exports = class SerialCommand extends CLICommandBase { }); }); - serialTrigger.addTrigger('EAP Type 0=PEAP/MSCHAPv2, 1=EAP-TLS:', (cb) => { resetTimeout(); @@ -788,7 +787,6 @@ module.exports = class SerialCommand extends CLICommandBase { } }); - serialTrigger.addTrigger('Outer identity (optional):', (cb) => { resetTimeout(); @@ -889,7 +887,6 @@ module.exports = class SerialCommand extends CLICommandBase { } }); - serialTrigger.addTrigger('Password:', (cb) => { resetTimeout(); // Skip password prompt as appropriate