From 65821dbd2b01cfb1c11b123d617f8dccc9e4c1d2 Mon Sep 17 00:00:00 2001 From: Worros Date: Fri, 20 Feb 2009 16:42:57 +0900 Subject: [PATCH] Remove debug line that slipped thorugh in last commit --- pyfpdb/Hand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index aede8974..7cadbf3d 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -158,7 +158,6 @@ Card ranks will be uppercased def checkPlayerExists(self,player): - print "XXXX player: ", player if player not in [p[1] for p in self.players]: raise FpdbParseError