Remove Log.Hex completely for real

This commit is contained in:
Akkadius
2015-01-19 02:35:28 -06:00
parent 87e212046f
commit 2ecb91d075
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -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;