Skip to content

Commit

Permalink
Remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Oct 18, 2024
1 parent b81db79 commit 2b811ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/modelcontroller/model_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (r *ModelReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res
defer func() {
if !reflect.DeepEqual(status0, model.Status) && model.DeletionTimestamp == nil {
if err := r.Status().Update(ctx, model); err != nil {
log.Error(err, "Failed to update Model status")
resErr = errors.Join(resErr, err)
}
}
Expand Down

0 comments on commit 2b811ab

Please sign in to comment.