Remove debug line that slipped thorugh in last commit

This commit is contained in:
Worros 2009-02-20 16:42:57 +09:00
parent 77591788e4
commit 65821dbd2b

View File

@ -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