Disable packet dumping

This commit is contained in:
Andrey Mayorov 2018-08-29 17:58:13 +03:00
parent 877337b01a
commit cde50d5d9f

View File

@ -55,7 +55,7 @@ loop(St = #{socket := Socket, transport := Transport, opts := Opts}) ->
case handle_packet_part(Data, St) of
{ok, Packet, St1} ->
_ = io:format("===== Packet from ~p =====~n", [Socket]),
_ = swab_hexdump:hexdump(Packet),
% _ = swab_hexdump:hexdump(Packet),
_ = io:format("~n", []),
loop(St1);
{more, St1} ->