diff --git a/src/game/game.cpp b/src/game/game.cpp index ab6c411f732..99e5479daec 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -8262,7 +8262,6 @@ void Game::playerCyclopediaCharacterInfo(std::shared_ptr player, uint32_ return; } - g_logger().debug("Selected characterInfoType: {}", characterInfoType); switch (characterInfoType) { case CYCLOPEDIA_CHARACTERINFO_BASEINFORMATION: player->sendCyclopediaCharacterBaseInformation();