Remove debug message.

This commit is contained in:
lotodore
2007-10-20 22:18:16 +00:00
parent 4d1d013482
commit c5246aaef3
-4
View File
@@ -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;
}