Skip to content

Commit afd1366

Browse files
committed
Do not show the output automatically
1 parent 8f2337b commit afd1366

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ function logInfo(cliVersion: string) {
8484
packageJSON.buildVersion && channel.appendLine(`Build version: ${packageJSON.buildVersion}`);
8585
packageJSON.commitId && channel.appendLine(`Commit id: ${packageJSON.commitId}`);
8686
channel.appendLine(`NativeScript CLI: ${cliVersion}`);
87-
88-
channel.show();
8987
}
9088

9189
export function deactivate() {

0 commit comments

Comments
 (0)