diff --git a/src/engine/game.cpp b/src/engine/game.cpp index 0e9d6c06..e4e13248 100755 --- a/src/engine/game.cpp +++ b/src/engine/game.cpp @@ -124,15 +124,6 @@ Game::Game(GuiInterface* gui, boost::shared_ptr factory, activePlayerList->push_back(tmpPlayer); } (*runningPlayerList) = (*activePlayerList); - - - LOG_MSG("\tPlayerID " << i << ":{UID, name, GUID, seat} -> {" << - (*player_i)->GetUniqueId() << ", " << - (*player_i)->GetName() << ", " << - (*player_i)->GetGuid() << ", " << - (*player_i)->GetNumber() - ); - } currentBoard->setPlayerLists(seatsList, activePlayerList, runningPlayerList);