Skip to content

Commit

Permalink
Removed rogue console.log. Bumped to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Dec 30, 2017
1 parent 05fe832 commit 1e29bf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socks",
"private": false,
"version": "2.1.1",
"version": "2.1.2",
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
"main": "build/index.js",
"typings": "typings",
Expand Down
1 change: 0 additions & 1 deletion src/client/socksclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class SocksClient extends EventEmitter implements SocksClient {
port: options.proxies[i + 1].port
};

console.log(nextProxy, '->', nextDestination);
// Creates the next connection in the chain.
const result = await SocksClient.createConnection({
command: 'connect',
Expand Down

0 comments on commit 1e29bf5

Please sign in to comment.