Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Dec 12, 2023
1 parent d373680 commit 03a79f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/aws-cdk/lib/cdk-toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ export class CdkToolkit {
bodyParameter,
});

stream.write('---------------ChangeSet Found----------------------\n');
stream.write(JSON.stringify(changeSet, undefined, 2));
stream.write('---------------End ChangeSet----------------------\n');

const stackCount =
options.securityOnly
? (numberFromBool(printSecurityDiff(currentTemplate, stack, RequireApproval.Broadening, changeSet)) > 0 ? 1 : 0)
Expand Down

0 comments on commit 03a79f2

Please sign in to comment.