From 053bfb9cee0f5b9c263004bcadc6b5a115cb4d37 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 19 Jun 2009 09:43:49 -0400 Subject: [PATCH] Remove intermediate print from previous commit. --- pyfpdb/Hand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index c8481269..6849a32c 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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]