We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74031a5 commit 9605045Copy full SHA for 9605045
internal/controller/syncmanager/controller.go
@@ -295,8 +295,6 @@ type controllerShim struct {
295
}
296
297
func (s *controllerShim) Engage(ctx context.Context, clusterName string, cl cluster.Cluster) error {
298
- s.reconciler.log.Infof("Engage(%q)\n", clusterName)
299
-
300
for _, worker := range s.reconciler.syncWorkers {
301
if err := worker.controller.Engage(ctx, clusterName, cl); err != nil {
302
return err
0 commit comments