Skip to content

Commit

Permalink
Update identitycenter_events.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc authored Oct 24, 2024
1 parent d3e981c commit a75d6e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/services/local/identitycenter_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package local

import (
"fmt"
"strings"

"github.com/gravitational/trace"
Expand Down Expand Up @@ -131,7 +130,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 a75d6e0

Please sign in to comment.