Skip to content

Commit 9f2f6d0

Browse files
committed
Remove superflous log message
1 parent 01ee641 commit 9f2f6d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/start-proxy-action.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy/reachability.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ class NetworkReachabilityBackend implements ReachabilityBackend {
5353
registry.url as string,
5454
{ agent: this.agent, method: "HEAD", ca: this.proxy.cert },
5555
(res) => {
56-
this.logger.info(`Got a response: ${res.statusCode}`);
5756
res.destroy();
5857

5958
if (res.statusCode !== undefined && res.statusCode < 400) {

0 commit comments

Comments
 (0)