diff --git a/src/engine/local_engine/localboard.cpp b/src/engine/local_engine/localboard.cpp index c8792190..4ef7fa5c 100755 --- a/src/engine/local_engine/localboard.cpp +++ b/src/engine/local_engine/localboard.cpp @@ -221,8 +221,4 @@ void LocalBoard::distributePot() { for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { sum += (*it_c)->getMyCash(); } - - if(sum != (currentHand->getStartQuantityPlayers() * currentHand->getStartCash())) - cout << "distributePot-ERROR: PlayersSumCash = " << sum << endl; - }