Skip to content

Commit

Permalink
Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
obermillerk committed Aug 18, 2017
1 parent 2647fa3 commit 0b3783c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/windows-current-connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = function (config) {

if (connected && connection.iface && (!config.iface || connection.iface === config.iface) && connection.ssid && connection.mac && connection.security) {
connections.push(connection);
console.log('pushing');
}
}
});
Expand Down

0 comments on commit 0b3783c

Please sign in to comment.