Remove debug line that slipped thorugh in last commit
This commit is contained in:
parent
77591788e4
commit
65821dbd2b
|
@ -158,7 +158,6 @@ Card ranks will be uppercased
|
||||||
|
|
||||||
|
|
||||||
def checkPlayerExists(self,player):
|
def checkPlayerExists(self,player):
|
||||||
print "XXXX player: ", player
|
|
||||||
if player not in [p[1] for p in self.players]:
|
if player not in [p[1] for p in self.players]:
|
||||||
raise FpdbParseError
|
raise FpdbParseError
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user