Skip to content

Commit bfcf3e9

Browse files
committed
Dead comment
1 parent f0d168f commit bfcf3e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbit/src/rabbit_queue_member_eval.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ handle_cast(_Msg, State) ->
7979
handle_info(?EVAL_MSG, #state{default_interval = DefaultInterval,
8080
short_interval = ShortInterval,
8181
target_group_size = TargetSize} = State) ->
82-
io:format("run check~n",[]),
8382
Res = eval_quorum_queue_membership(TargetSize),
8483
NewTimeout = case Res of
8584
noop ->

0 commit comments

Comments
 (0)