Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sonia Sandler <[email protected]>
  • Loading branch information
SoniaSandler committed Mar 4, 2025
1 parent 2af0eb3 commit 4acc21a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export async function pushImageToCrcCluster(image: ImageInfo): Promise<void> {
}

let keyName = 'id_ed25519';
// const crcVersion = await getCrcVersion();

try {
await fs.promises.access(`${os.homedir()}/.crc/machines/crc/id_ed25519`);
Expand Down

0 comments on commit 4acc21a

Please sign in to comment.