diff --git a/pkg/rolling/restart_handler.go b/pkg/rolling/restart_handler.go index 0ab5a08..0562624 100644 --- a/pkg/rolling/restart_handler.go +++ b/pkg/rolling/restart_handler.go @@ -77,10 +77,8 @@ func (rh *restartHandler) run() { select { case <-rh.done: - rh.logger.Debug("received from rh.done") return case <-time.After(rh.delayBetweenRestarts): - rh.logger.Debugf("successfully waited for %s", rh.delayBetweenRestarts.String()) continue } }