Skip to content

Commit 4327ea3

Browse files
Copilotosortega
andcommitted
Remove logging from Hello World command
Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
1 parent 76ef39e commit 4327ea3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,6 @@ ${contents}
19231923

19241924
context.subscriptions.push(
19251925
vscode.commands.registerCommand('pr.helloWorld', async () => {
1926-
Logger.appendLine('Hello World command executed', logId);
19271926
vscode.window.showInformationMessage('Hello World!');
19281927
})
19291928
);

0 commit comments

Comments
 (0)