Skip to content

Commit ab39a86

Browse files
oohnoitzpolvalente
andcommitted
chore: remove Logger.debug/1 noise (#454)
Co-authored-by: Paulo Valente <[email protected]>
1 parent ab28076 commit ab39a86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/grpc/client/connection.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ defmodule GRPC.Client.Connection do
274274
%{lb_mod: lb_mod, lb_state: lb_state, real_channels: channels, virtual_channel: vc} =
275275
state
276276
) do
277-
Logger.debug("refreshing LB pick, caller=#{inspect(self())}")
278-
279277
{:ok, {prefer_host, prefer_port}, new_lb_state} = lb_mod.pick(lb_state)
280278

281279
channel_key = "#{prefer_host}:#{prefer_port}"

0 commit comments

Comments
 (0)