Skip to content

Commit

Permalink
Update identitycenter_events.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc committed Oct 28, 2024
1 parent b8ac987 commit 5d3e11f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/local/identitycenter_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func newIdentityCenterAccountAssignmentParser() *identityCenterAccountAssignment
}

func (p *identityCenterAccountAssignmentParser) parse(event backend.Event) (types.Resource, error) {
fmt.Printf(">>> Parse %s %s\n", event.Type, event.Item.Key.String())
switch event.Type {
case types.OpDelete:
name := event.Item.Key.TrimPrefix(p.prefix).String()
Expand Down

0 comments on commit 5d3e11f

Please sign in to comment.