From 8d16705cfbdd7b1e85504d97756c8454251b33b8 Mon Sep 17 00:00:00 2001 From: jager Date: Tue, 11 Jan 2022 00:05:38 +0100 Subject: [PATCH] LOG_MSG PORCODDIO --- src/engine/game.cpp | 9 --------- 1 file changed, 9 deletions(-) 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);