Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patilpankaj212 committed Jan 5, 2022
1 parent 5c5dde8 commit 7224d06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/iac-providers/cft/v1/sanitize-cft-template.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ func inspectAndSanitizeResource(r interface{}) (shouldRemoveResource bool) {

goformationCftObj, ok := cloudformation.AllResources()[tVal]
if !ok {
// delete Version field if present, becuase for custom parameter goformation throws error
// revisit this
shouldRemoveResource = true
zap.S().Debug(fmt.Sprintf("not goformation resource present for '%s'", tVal))
return
Expand Down

0 comments on commit 7224d06

Please sign in to comment.