mirror of
https://github.com/valitydev/camp-creepy-crypto.git
synced 2024-11-06 01:25:19 +00:00
Disable packet dumping
This commit is contained in:
parent
877337b01a
commit
cde50d5d9f
@ -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} ->
|
||||
|
Loading…
Reference in New Issue
Block a user