mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Remove Log.Hex completely for real
This commit is contained in:
@@ -141,7 +141,6 @@ void WorldServer::Process() {
|
||||
ServerPacket *pack = 0;
|
||||
while((pack = tcpc.PopPacket())) {
|
||||
Log.Out(Logs::Detail, Logs::Zone_Server, "Got 0x%04x from world:", pack->opcode);
|
||||
Log.Hex(Logs::Netcode, pack->pBuffer, pack->size);
|
||||
switch(pack->opcode) {
|
||||
case 0: {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user