Skip to content

Commit

Permalink
removed a comment in indextemplate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Aug 22, 2024
1 parent 7215ce2 commit cc6b2c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensearch-operator/pkg/reconcilers/indextemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit cc6b2c8

Please sign in to comment.