Skip to content

Commit

Permalink
Spam
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 7, 2016
1 parent 032c2a6 commit 6940d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rabbit_connection_tracking.erl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ tracked_connection_from_connection_created(EventDetails) ->
%% {connected_at,1453214290847}]
Name = proplists:get_value(name, EventDetails),
Node = proplists:get_value(node, EventDetails),
io:format("{Node, Name}: ~p~n", [{Node, Name}]),
#tracked_connection{id = {Node, Name},
name = Name,
node = Node,
Expand Down

0 comments on commit 6940d05

Please sign in to comment.