Remove intermediate print from previous commit.
This commit is contained in:
parent
afddc130a5
commit
053bfb9cee
|
@ -703,7 +703,6 @@ Card ranks will be uppercased
|
||||||
if board: # sometimes hand ends preflop without a board
|
if board: # sometimes hand ends preflop without a board
|
||||||
print >>fh, ("Board [%s]" % (" ".join(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]:
|
for player in [x for x in self.players if x[1] in players_who_act_preflop]:
|
||||||
seatnum = player[0]
|
seatnum = player[0]
|
||||||
name = player[1]
|
name = player[1]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user