Skip to content

Commit a315bc7

Browse files
JustinGroteandyleejordan
authored andcommitted
Remove unnecessary comment
1 parent a02cd34 commit a315bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const documentSelector: DocumentSelector = [
4343
];
4444

4545
export async function activate(context: vscode.ExtensionContext): Promise<IPowerShellExtensionClient> {
46-
// This is the output channel for the PowerShell extension
4746
logger = new Logger(context.globalStorageUri);
4847

4948
telemetryReporter = new TelemetryReporter(TELEMETRY_KEY);

0 commit comments

Comments
 (0)