Remove intermediate print from previous commit.

This commit is contained in:
Ray 2009-06-19 09:43:49 -04:00
parent afddc130a5
commit 053bfb9cee

View File

@ -703,7 +703,6 @@ Card ranks will be uppercased
if board: # sometimes hand ends preflop without a board
print >>fh, ("Board [%s]" % (" ".join(board)))
print "holecards =", self.holecards
for player in [x for x in self.players if x[1] in players_who_act_preflop]:
seatnum = player[0]
name = player[1]