Get rid of debuggin output.

This commit is contained in:
Ray 2009-07-22 19:27:12 -04:00
parent 9f0d54a1f7
commit ba42a7c453

View File

@ -200,7 +200,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
# print hand
hand.writeHand(self.out_fh)
return hand
else: