mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 17:38:08 +00:00
remove stray log
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user