refactor(Core/Network): remove redundant logging calls from some message handlers (#17565)
chore: removed redundant logging calls from some message handlers
This commit is contained in:
parent
ef09d4b63f
commit
f1cb3bfb3b
14 changed files with 3 additions and 129 deletions
|
|
@ -52,7 +52,6 @@ void WorldSession::HandleDuelAcceptedOpcode(WorldPacket& recvPacket)
|
|||
|
||||
void WorldSession::HandleDuelCancelledOpcode(WorldPacket& recvPacket)
|
||||
{
|
||||
LOG_DEBUG("network", "WORLD: Received CMSG_DUEL_CANCELLED");
|
||||
Player* player = GetPlayer();
|
||||
|
||||
ObjectGuid guid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue