Get rid of intermediate hand obj print.

This commit is contained in:
Ray 2009-07-06 12:01:39 -04:00
parent 4ae8b123ce
commit 21d2276679

View File

@ -238,6 +238,7 @@ which it expects to find at self.re_TailSplitHands -- see for e.g. Everleaf.py.
logging.info("Unsupported game type: %s" % gametype)
if hand:
# print hand
hand.writeHand(self.out_fh)
else:
logging.info("Unsupported game type: %s" % gametype)