Skip to content

Commit 5fa68ad

Browse files
authored
removed restarting group log (#350)
1 parent b0a1889 commit 5fa68ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controllers/pod_controller.go

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func (r *PodReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
9090
return ctrl.Result{}, err
9191
}
9292
if leaderDeleted {
93-
log.V(2).Info("restarting the group")
9493
return ctrl.Result{}, nil
9594
}
9695

0 commit comments

Comments
 (0)