Skip to content

Commit c45c060

Browse files
committed
lint fix
1 parent 06ab673 commit c45c060

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cmd/serial.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const usbUtils = require('./usb-util');
2121
const { platformForId } = require('../lib/platform');
2222
const { FirmwareModuleDisplayNames } = require('../lib/require-optional')('particle-usb');
2323
const WifiControlRequest = require('../lib/wifi-control-request');
24-
const semver = require('semver');
2524

2625
// TODO: DRY this up somehow
2726
// The categories of output will be handled via the log class, and similar for protip.
@@ -735,7 +734,6 @@ module.exports = class SerialCommand extends CLICommandBase {
735734
});
736735
});
737736

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

@@ -789,7 +787,6 @@ module.exports = class SerialCommand extends CLICommandBase {
789787
}
790788
});
791789

792-
793790
serialTrigger.addTrigger('Outer identity (optional):', (cb) => {
794791
resetTimeout();
795792

@@ -890,7 +887,6 @@ module.exports = class SerialCommand extends CLICommandBase {
890887
}
891888
});
892889

893-
894890
serialTrigger.addTrigger('Password:', (cb) => {
895891
resetTimeout();
896892
// Skip password prompt as appropriate

0 commit comments

Comments
 (0)