From ba42a7c453af5dea0a0df77f8e95a9150b475736 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 22 Jul 2009 19:27:12 -0400 Subject: [PATCH] Get rid of debuggin output. --- pyfpdb/HandHistoryConverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HandHistoryConverter.py b/pyfpdb/HandHistoryConverter.py index ccfb3bfe..f5d46034 100644 --- a/pyfpdb/HandHistoryConverter.py +++ b/pyfpdb/HandHistoryConverter.py @@ -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: