Skip to content

Commit 0fc3888

Browse files
mrcraneandrewbranch
authored andcommitted
Remove redundant and misplaced perfLogger startup statement (#34551)
1 parent 82f927f commit 0fc3888

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/perfLogger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ namespace ts {
3838

3939
/** Performance logger that will generate ETW events if possible - check for `logEvent` member, as `etwModule` will be `{}` when browserified */
4040
export const perfLogger: PerfLogger = etwModule && etwModule.logEvent ? etwModule : nullLogger;
41-
const args = typeof process === "undefined" ? [] : process.argv;
42-
perfLogger.logInfoEvent(`Starting TypeScript v${versionMajorMinor} with command line: ${JSON.stringify(args)}`);
4341
}

0 commit comments

Comments
 (0)