Skip to content

Commit

Permalink
sync.go: remove unnecessary syncUpgradeableStatus call
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Apr 8, 2021
1 parent 42b0032 commit 616a208
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/operator/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,6 @@ func (optr *Operator) syncRequiredMachineConfigPools(_ *renderConfig) error {
return false, nil
}
}
syncstatuserr := optr.syncUpgradeableStatus()
if syncstatuserr != nil {
glog.Errorf("Error syncingUpgradeableStatus: %q", syncstatuserr)
}
glog.Info("required machine-config pools synchronized")
return true, nil
}); err != nil {
Expand Down

0 comments on commit 616a208

Please sign in to comment.