Skip to content

Commit

Permalink
chore: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed May 6, 2021
1 parent 6424774 commit 8b567cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ export function tagResources(
scope: cdk.Construct,
tags: (stack: cdk.Stack) => Record<string, string>,
): void {
// Keep the deprecated code to remain compatible with older CDK versions.
// We will resolve this deprecation later.
// eslint-disable-next-line deprecation/deprecation
cdk.Aspects.of(scope).add({
visit(construct: cdk.IConstruct) {
if (cdk.TagManager.isTaggable(construct)) {
Expand Down

0 comments on commit 8b567cb

Please sign in to comment.