From c5246aaef33f7b856c0faf0622b519c1de18fc1d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 20 Oct 2007 22:18:16 +0000 Subject: [PATCH] Remove debug message. --- src/engine/local_engine/localboard.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; - }