diff --git a/agreement/actions.go b/agreement/actions.go index a9d92a0881..62d8a162d7 100644 --- a/agreement/actions.go +++ b/agreement/actions.go @@ -465,7 +465,6 @@ func (c checkpointAction) do(ctx context.Context, s *Service) { // we don't expect this to happen in recovery s.log.with(logEvent).Errorf("checkpoint action for (%v, %v, %v) reached with nil completion channel", c.Round, c.Period, c.Step) } - return } func (c checkpointAction) String() string {