File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const usbUtils = require('./usb-util');
21
21
const { platformForId } = require ( '../lib/platform' ) ;
22
22
const { FirmwareModuleDisplayNames } = require ( '../lib/require-optional' ) ( 'particle-usb' ) ;
23
23
const WifiControlRequest = require ( '../lib/wifi-control-request' ) ;
24
- const semver = require ( 'semver' ) ;
25
24
26
25
// TODO: DRY this up somehow
27
26
// 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 {
735
734
} ) ;
736
735
} ) ;
737
736
738
-
739
737
serialTrigger . addTrigger ( 'EAP Type 0=PEAP/MSCHAPv2, 1=EAP-TLS:' , ( cb ) => {
740
738
resetTimeout ( ) ;
741
739
@@ -789,7 +787,6 @@ module.exports = class SerialCommand extends CLICommandBase {
789
787
}
790
788
} ) ;
791
789
792
-
793
790
serialTrigger . addTrigger ( 'Outer identity (optional):' , ( cb ) => {
794
791
resetTimeout ( ) ;
795
792
@@ -890,7 +887,6 @@ module.exports = class SerialCommand extends CLICommandBase {
890
887
}
891
888
} ) ;
892
889
893
-
894
890
serialTrigger . addTrigger ( 'Password:' , ( cb ) => {
895
891
resetTimeout ( ) ;
896
892
// Skip password prompt as appropriate
You can’t perform that action at this time.
0 commit comments