diff --git a/lib/network.js b/lib/network.js index a7f5600..e8178a4 100644 --- a/lib/network.js +++ b/lib/network.js @@ -665,9 +665,7 @@ function networkInterfaces(callback) { type = detail.type; } }); - console.log('type', type); const IEEE8021x = getWindowsIEEE8021x(type); - console.log('result', IEEE8021x); auth8021x = IEEE8021x.protocol; state8021x = IEEE8021x.state; if (dev.toLowerCase().indexOf('wlan') >= 0 || ifaceName.toLowerCase().indexOf('wlan') >= 0 || ifaceName.toLowerCase().indexOf('wireless') >= 0) {