Skip to content

Commit

Permalink
fix: remove panic (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored Aug 22, 2022
1 parent de1f43a commit 75bc02b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/adapters/terraform/aws/sqs/adapt.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ func (a *adapter) adaptQueues() []sqs.Queue {
policy.Document.Metadata = doc.Source.GetMetadata()
}
}
} else if len(attr.AllReferences()) > 0 {
panic("wow")
}

if urlAttr := policyBlock.GetAttribute("queue_url"); urlAttr.IsNotNil() {
Expand Down

0 comments on commit 75bc02b

Please sign in to comment.