remove stray log

This commit is contained in:
Aaron Kimbrell
2025-09-11 00:27:24 -05:00
parent d1e65f16f7
commit b36b440eba

View File

@@ -170,7 +170,6 @@ void HandlePacket(Packet* packet) {
CINSTREAM;
LUBitStream luBitStream;
if (!luBitStream.ReadHeader(inStream)) return;
LOG_DEBUG("got packet for service %i", luBitStream.connectionType);
if (luBitStream.connectionType == ServiceType::COMMON) {
CommonPackets::Handle(inStream, packet->systemAddress);