Skip to content

Commit

Permalink
fix: removed duplicate of Utg call
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Sharma <[email protected]>
  • Loading branch information
ayush3160 committed Oct 15, 2024
1 parent aae9c1a commit 584247a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 584247a

Please sign in to comment.