mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 10:28:52 +00:00
Remove superflous log message
This commit is contained in:
Generated
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user