Skip to content

Commit 9605045

Browse files
committed
cleanup
On-behalf-of: @SAP [email protected]
1 parent 74031a5 commit 9605045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/syncmanager/controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ type controllerShim struct {
295295
}
296296

297297
func (s *controllerShim) Engage(ctx context.Context, clusterName string, cl cluster.Cluster) error {
298-
s.reconciler.log.Infof("Engage(%q)\n", clusterName)
299-
300298
for _, worker := range s.reconciler.syncWorkers {
301299
if err := worker.controller.Engage(ctx, clusterName, cl); err != nil {
302300
return err

0 commit comments

Comments
 (0)