From 1937eeb3ee39efc70e0ffda5799d75886c6142a9 Mon Sep 17 00:00:00 2001 From: juanescarraga <32574306+juanescarraga@users.noreply.github.com> Date: Tue, 12 Nov 2019 11:49:55 -0500 Subject: [PATCH] Code refactor --- lib/network.js | 2 -- 1 file changed, 2 deletions(-) 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) {