couts deleted

This commit is contained in:
doitux
2007-09-26 22:32:00 +00:00
parent 4f7d7ee277
commit ce75d91595
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -186,9 +186,9 @@ void LocalBeRoPreflop::run() {
cout << "size: " << getMyHand()->getRunningPlayerList()->size() << endl;
// cout << "size: " << getMyHand()->getRunningPlayerList()->size() << endl;
cout << "currentPlayerID: " << getCurrentPlayersTurnId() << endl;
// cout << "currentPlayerID: " << getCurrentPlayersTurnId() << endl;
PlayerListConstIterator currentPlayersTurnIt = getMyHand()->getRunningPlayerIt( getCurrentPlayersTurnId() );
assert( currentPlayersTurnIt != getMyHand()->getRunningPlayerList()->end() );