Skip to content

Commit e732af7

Browse files
committed
remove console.log() call
1 parent 11d4458 commit e732af7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

https-proxy-agent.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ inherits(HttpsProxyAgent, Agent);
5858
*/
5959

6060
HttpsProxyAgent.prototype.callback = function connect (req, opts, fn) {
61-
console.log(opts)
62-
6361
var proxy = this.proxy;
6462

6563
// create a socket connection to the proxy server

0 commit comments

Comments
 (0)