From 19204f6b36ba8decafa97c75aff5d788f8b5bd36 Mon Sep 17 00:00:00 2001 From: Ayush Sharma <89914602+ayush3160@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:21:34 +0530 Subject: [PATCH] fix: removed duplicate of Utg call (#79) Signed-off-by: Ayush Sharma --- src/extension.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index 5b6cab4..1817cac 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -798,11 +798,7 @@ export function activate(context: vscode.ExtensionContext) { } } - console.log("Additional prompts inside the keploy.utg:", additional_prompts); - vscode.window.showInformationMessage('Welcome to Keploy!'); - // Ensure that Utg is called with the correct parameters - await Utg(context, additional_prompts, testFilesPath); console.log("additional prompts inside the keploy.utg ", additional_prompts); vscode.window.showInformationMessage('Welcome to Keploy!'); await Utg(context, additional_prompts, testFilesPath);