Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed May 16, 2023
1 parent bac3018 commit 2ddd92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/http-proxy-agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export class HttpProxyAgent<Uri extends string> extends Agent {
req: HttpProxyAgentClientRequest,
opts: AgentConnectOpts
): Promise<net.Socket> {
debug('connect()');
if (!req._updatedPropsForProxyAgent) {
// Maintain backwards compatibility with ProxyAgent and
// PacProxyAgent, which both rely on HttpProxyAgent to set request
Expand Down

0 comments on commit 2ddd92f

Please sign in to comment.