diff --git a/opensearch-operator/pkg/reconcilers/indextemplate.go b/opensearch-operator/pkg/reconcilers/indextemplate.go index 45f4f63e..1ae6f62a 100644 --- a/opensearch-operator/pkg/reconcilers/indextemplate.go +++ b/opensearch-operator/pkg/reconcilers/indextemplate.go @@ -173,7 +173,6 @@ func (r *IndexTemplateReconciler) Reconcile() (result ctrl.Result, err error) { }) if err != nil { reason = fmt.Sprintf("failed to update status: %s", err) - // r.logger.Error(retErr, reason) should this be added? r.recorder.Event(r.instance, "Warning", statusError, reason) return }