Skip to content

Commit

Permalink
fix: remove logging debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Jan 29, 2025
1 parent d57874c commit 37ce4f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/rolling/restart_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 37ce4f5

Please sign in to comment.