comment what looks like an unnecessary debug

This commit is contained in:
Steffen Schaumburg 2011-04-07 10:50:15 +02:00
parent 38832a84fb
commit 53607907ea

View File

@ -409,7 +409,7 @@ class Winamax(HandHistoryConverter):
def readShowdownActions(self, hand):
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 = cards.split(' ')
# print "DEBUG: addShownCards(%s, %s)" %(cards, shows.group('PNAME'))