Skip to content

Commit 0773803

Browse files
authored
fix: remove idle_shutdown log statement (#2012)
1 parent 44fc7bc commit 0773803

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/realtime/rate_counter/rate_counter.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ defmodule Realtime.RateCounter do
225225

226226
def handle_info(:idle_shutdown, state) do
227227
if Enum.all?(state.bucket, &(&1 == 0)) do
228-
# All the buckets are empty, so we can assume this RateCounter has not been useful recently
229-
Logger.info("#{__MODULE__} idle_shutdown reached for: #{inspect(state.id)}")
230228
shutdown(state)
231229
else
232230
Process.cancel_timer(state.idle_shutdown_ref)

0 commit comments

Comments
 (0)