Skip to content

Commit

Permalink
chore; remove panic
Browse files Browse the repository at this point in the history
OTT-6870
  • Loading branch information
thatsddr committed Dec 19, 2024
1 parent 750972d commit 3a7baa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awsmt/resource_source_location.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (r *resourceSourceLocation) Update(ctx context.Context, req resource.Update
err.Error(),
)
}
panic("here already")
if !currentState.AccessConfiguration.Equal(plan.AccessConfiguration) {
updatedSourceLocation, err := recreateSourceLocation(r.client, plan)
if err != nil {
Expand Down

0 comments on commit 3a7baa3

Please sign in to comment.