diff --git a/src/server/network/protocol/protocolgame.cpp b/src/server/network/protocol/protocolgame.cpp index a404ac9c9a4..db6db014caa 100644 --- a/src/server/network/protocol/protocolgame.cpp +++ b/src/server/network/protocol/protocolgame.cpp @@ -3999,7 +3999,6 @@ void ProtocolGame::sendCyclopediaCharacterTitles() { msg.addByte(title.m_permanent ? 0x01 : 0x00); auto isUnlocked = player->title()->isTitleUnlocked(title.m_id); msg.addByte(isUnlocked ? 0x01 : 0x00); - g_logger().debug("ProtocolGame::addByte - title: {}, unlocked: {}", title.m_id, isUnlocked); } writeToOutputBuffer(msg);