Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ates committed May 17, 2014
1 parent 9bf72da commit 85a28c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pkt_sctp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ init_params(<<9:16, 8:16, Value:32, Rest/binary>>, Acc) ->
%% Host Name Address
init_params(<<11:16, Length:16, Rest/binary>>, Acc) ->
L = Length - 4,
io:format("blblblbl:~p~n", [Rest]),
<<Hostname:L/binary-unit:8, Tail/binary>> = Rest,
init_params(Tail, [{hostname, Hostname} | Acc]);
%% Supported Address Types
Expand Down

0 comments on commit 85a28c2

Please sign in to comment.