Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed Feb 12, 2024
1 parent c84ba07 commit abe56e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/webhooks/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func (r *CryostatValidator) validate(ctx context.Context, obj runtime.Object, op
if !sar.Status.Allowed {
return NewErrNotPermitted(op, namespace)
}
r.Log.Info(fmt.Sprintf("Access Allowed: %v", userInfo)) // XXX
}

return nil
Expand Down

0 comments on commit abe56e6

Please sign in to comment.