Skip to content

Commit b44315d

Browse files
committed
comment out displayVersionMessage
1 parent 91d097f commit b44315d

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk/lib/cli

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export async function exec(args: string[], synthesizer?: Synthesizer): Promise<n
212212
await outDirLock?.release();
213213

214214
// Do PSAs here
215-
await displayVersionMessage(ioHelper);
215+
// await displayVersionMessage(ioHelper);
216216

217217
await refreshNotices;
218218
if (cmd === 'notices') {

0 commit comments

Comments
 (0)