Skip to content

Commit eb3a811

Browse files
committed
Remove superflous log
1 parent 0405fcd commit eb3a811

File tree

1 file changed

+0
-2
lines changed
  • components/node-labeler/cmd

1 file changed

+0
-2
lines changed

components/node-labeler/cmd/run.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,6 @@ func (c *NodeScaledownAnnotationController) updateNodeAnnotation(ctx context.Con
489489
return c.Update(ctx, &node)
490490
}
491491

492-
log.WithField("nodeName", nodeName).Info("skipped updating node annotation: no change needed")
493-
494492
return nil
495493
})
496494
}

0 commit comments

Comments
 (0)