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
@@ -97,7 +97,6 @@ bool LoginServer::Process() {
while((pack = tcpc->PopPacket()))
{
Log.Out(Logs::Detail, Logs::World_Server,"Recevied ServerPacket from LS OpCode 0x04x",pack->opcode);
Log.Hex(Logs::Netcode, pack->pBuffer, pack->size);
switch(pack->opcode) {
case 0: