Skip to content

Commit 826a510

Browse files
committed
Remove unnecessary comment
1 parent fe5ea7f commit 826a510

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const documentSelector: DocumentSelector = [
4747
];
4848

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

5352
telemetryReporter = new TelemetryReporter(TELEMETRY_KEY);

0 commit comments

Comments
 (0)