Remove DEBUG line that wasn't supposed to make the last commit

This commit is contained in:
Worros 2009-06-30 18:32:30 +08:00
parent 22ff98d7c9
commit 5611f115cd

View File

@ -202,7 +202,6 @@ If a player has None chips he won't be added."""
def setCommunityCards(self, street, cards):
logging.debug("setCommunityCards %s %s" %(street, cards))
self.board[street] = [self.card(c) for c in cards]
print "DEBUG: self.board: %s" % self.board
def card(self,c):
"""upper case the ranks but not suits, 'atjqk' => 'ATJQK'"""