Remove unused var
This commit is contained in:
parent
a021a5d469
commit
d0f22a8ed2
@ -7,8 +7,6 @@ const tool = '/System/Library/PrivateFrameworks/Apple80211.framework/Version
|
|||||||
const cmdLine = tool + ' -s';
|
const cmdLine = tool + ' -s';
|
||||||
const detector = tool + ' -getInfo';
|
const detector = tool + ' -getInfo';
|
||||||
|
|
||||||
const macRegex = /([0-9a-zA-Z]{1}[0-9a-zA-Z]{1}[:]{1}){5}[0-9a-zA-Z]{1}[0-9a-zA-Z]{1}/;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parsing the output of airport (Mac OS X)
|
* Parsing the output of airport (Mac OS X)
|
||||||
* @param str output of the tool
|
* @param str output of the tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user