Skip to content

Commit 694ce21

Browse files
committed
fixup! Use dotted version vectors for causality tracking when running tests
1 parent f5de4a1 commit 694ce21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plumtree_broadcast.erl

-2
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ send_lazy(Peer, Messages) ->
467467
{MessageId, Mod, Round, Root} <- ordsets:to_list(Messages)].
468468

469469
send_lazy(MessageId, Mod, Round, Root, Peer) ->
470-
% plumtree_util:log(debug, "sending lazy push ~p",
471-
% [{i_have, MessageId, Mod, Round, Root, myself()}]),
472470
send({i_have, MessageId, Mod, Round, Root, myself()}, Mod, Peer).
473471

474472
maybe_exchange(State) ->

0 commit comments

Comments
 (0)