comment what looks like an unnecessary debug
This commit is contained in:
parent
38832a84fb
commit
53607907ea
|
@ -409,7 +409,7 @@ class Winamax(HandHistoryConverter):
|
||||||
|
|
||||||
def readShowdownActions(self, hand):
|
def readShowdownActions(self, hand):
|
||||||
for shows in self.re_ShowdownAction.finditer(hand.handText):
|
for shows in self.re_ShowdownAction.finditer(hand.handText):
|
||||||
log.debug(_("add show actions %s") % shows)
|
#log.debug(_("add show actions %s") % shows)
|
||||||
cards = shows.group('CARDS')
|
cards = shows.group('CARDS')
|
||||||
cards = cards.split(' ')
|
cards = cards.split(' ')
|
||||||
# print "DEBUG: addShownCards(%s, %s)" %(cards, shows.group('PNAME'))
|
# print "DEBUG: addShownCards(%s, %s)" %(cards, shows.group('PNAME'))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user