Skip to content

Commit

Permalink
Remove an unhelpful info message
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Oct 21, 2024
1 parent b547906 commit f35e0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/nnf_systemconfiguration_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ func (r *NnfSystemConfigurationReconciler) labelsAndTaints(ctx context.Context,
if err = r.Get(ctx, client.ObjectKeyFromObject(node), node); err != nil {
// Maybe it's been removed for administrative purposes and the
// SystemConfiguration hasn't been updated.
log.Info("unable to find node", "error", err)
continue
}
labels := node.GetLabels()
Expand Down

0 comments on commit f35e0c9

Please sign in to comment.