diff --git a/common/eq_stream.cpp b/common/eq_stream.cpp index 1fef68a8e..4d3fa5d46 100644 --- a/common/eq_stream.cpp +++ b/common/eq_stream.cpp @@ -102,7 +102,6 @@ EQRawApplicationPacket *EQStream::MakeApplicationPacket(const unsigned char *buf { EQRawApplicationPacket *ap=nullptr; Log.Out(Logs::Detail, Logs::Netcode, _L "Creating new application packet, length %d" __L, len); - Log.Hex(Logs::Netcode, buf, len); ap = new EQRawApplicationPacket(buf, len); return ap; }