Skip to content

Commit

Permalink
Stop printing note about aws#1299.
Browse files Browse the repository at this point in the history
  • Loading branch information
mawallace authored Mar 29, 2024
1 parent dffedca commit 562c606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/lib/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ function formatSecurityChangesWithBanner(formatter: Formatter, templateDiff: Tem
if (!templateDiff.iamChanges.hasChanges && !templateDiff.securityGroupChanges.hasChanges) { return; }
formatter.formatIamChanges(templateDiff.iamChanges);
formatter.formatSecurityGroupChanges(templateDiff.securityGroupChanges);

formatter.warning('(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)');
formatter.printSectionFooter();
}

Expand Down

0 comments on commit 562c606

Please sign in to comment.