Skip to content

Commit

Permalink
removed log line
Browse files Browse the repository at this point in the history
  • Loading branch information
edibble21 committed Feb 11, 2025
1 parent fcc8f58 commit bbb9deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/nodeclass/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ type Validation struct {

// nolint:gocyclo
func (n Validation) Reconcile(ctx context.Context, nodeClass *v1.EC2NodeClass) (reconcile.Result, error) {
log.Print("IN VALIDATION")
// Tag Validation
if offendingTag, found := lo.FindKeyBy(nodeClass.Spec.Tags, func(k string, v string) bool {
for _, exp := range v1.RestrictedTagPatterns {
Expand Down

0 comments on commit bbb9deb

Please sign in to comment.