Skip to content

Commit

Permalink
chore(federate-controller): remove repeated log
Browse files Browse the repository at this point in the history
  • Loading branch information
limhawjia committed Jul 25, 2023
1 parent 6c39617 commit 89b73bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controllers/federate/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ func (c *FederateController) reconcile(ctx context.Context, key workerKey) (stat
"Federated object updated: %s",
fedObject.GetName(),
)
} else {
logger.V(3).Info("No updates required to the federated object")
}

return worker.StatusAllOK
Expand Down

0 comments on commit 89b73bf

Please sign in to comment.