Remove Log.Hex remaining entries

This commit is contained in:
Akkadius
2015-01-19 02:32:09 -06:00
parent 55d73f0b07
commit ee1c55a813
4 changed files with 0 additions and 17 deletions
-4
View File
@@ -2809,8 +2809,6 @@ namespace RoF
}
}
Log.Hex(Logs::Netcode, eq, sizeof(structs::SendAA_Struct) + emu->total_abilities*sizeof(structs::AA_Ability));
FINISH_ENCODE();
}
@@ -4503,8 +4501,6 @@ namespace RoF
emu->to_slot = RoFToServerSlot(eq->to_slot);
IN(number_in_stack);
Log.Hex(Logs::Netcode, eq, sizeof(structs::MoveItem_Struct));
FINISH_DIRECT_DECODE();
}