Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed May 31, 2024
1 parent 6cac4a7 commit ae1a48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions src/ids-host.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @packageDocumentation
* Determinate Systems' TypeScript library for creating GitHub Actions logic.
* Identifies and discovers backend servers for install.determinate.systems
*/
import { stringifyError } from "./errors.js";
import * as actionsCore from "@actions/core";
Expand Down Expand Up @@ -105,15 +105,6 @@ export class IdsHost {
);
return undefined;
}
/*
try {
} catch (e: unknown) {
actionsCore.info(
`Generated diagnostic endpoint ignored: not a valid URL: ${stringifyError(e)}`,
);
}
*/
}

private async getUrlsByPreference(): Promise<URL[]> {
Expand Down

0 comments on commit ae1a48a

Please sign in to comment.