Remove superflous log message

This commit is contained in:
Michael B. Gale
2026-02-10 16:13:23 +00:00
parent 01ee641f14
commit 9f2f6d0d2e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -121717,7 +121717,6 @@ var NetworkReachabilityBackend = class {
registry.url,
{ agent: this.agent, method: "HEAD", ca: this.proxy.cert },
(res) => {
this.logger.info(`Got a response: ${res.statusCode}`);
res.destroy();
if (res.statusCode !== void 0 && res.statusCode < 400) {
resolve2(res.statusCode);