diff --git a/internal/controller/nnf_systemconfiguration_controller.go b/internal/controller/nnf_systemconfiguration_controller.go index 651c99e5..566307ee 100644 --- a/internal/controller/nnf_systemconfiguration_controller.go +++ b/internal/controller/nnf_systemconfiguration_controller.go @@ -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()