Skip to content

Commit

Permalink
🧹 remove unintended warnings (#4200)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Jun 5, 2024
1 parent 6f9d8e3 commit 73c19c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions providers/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ func (c *coordinator) RemoveRuntime(runtime *Runtime) {
}
}

log.Warn().Int("unprocessed-runtimes", len(c.unprocessedRuntimes)).Msg("unprocessed runtimes")
log.Warn().Int("runtimes", len(c.runtimes)).Msg("runtimes")

// If all providers have been killed, reset the connection IDs back to 0
if len(c.runningByID) == 0 {
c.connectionsLock.Lock()
Expand Down

0 comments on commit 73c19c4

Please sign in to comment.