diff --git a/extensions/vscode/src/multiStepInputs/newDeployment.ts b/extensions/vscode/src/multiStepInputs/newDeployment.ts index 0b79bdb92..fa1c7d861 100644 --- a/extensions/vscode/src/multiStepInputs/newDeployment.ts +++ b/extensions/vscode/src/multiStepInputs/newDeployment.ts @@ -822,9 +822,7 @@ export async function newDeployment( !newDeploymentData.newCredentials.apiKey || !newDeploymentData.newCredentials.name ) { - window.showErrorMessage( - "Internal Error: NewDeployment Unexpected type guard failure @1", - ); + console.log("User has aborted flow. Exiting."); return undefined; } try {