Remove unessesary log

This commit is contained in:
Joseph Garrone 2024-05-18 08:12:34 +02:00
parent 2f8d89012b
commit c8d2866ada

View File

@ -89,8 +89,6 @@ export async function promptKeycloakVersion(params: { startingFromMajor: number
const { value } = await cliSelect<string>({ const { value } = await cliSelect<string>({
"values": lastMajorVersions "values": lastMajorVersions
}).catch(() => { }).catch(() => {
console.log("Aborting");
process.exit(-1); process.exit(-1);
}); });