remove stray debug output

This commit is contained in:
Scott Wolchok 2011-02-26 18:53:50 -05:00
parent 06d228fbec
commit 194a59a603

View File

@ -236,8 +236,6 @@ class Winamax(HandHistoryConverter):
# TODO: long-term solution for table naming on Winamax.
if hand.tablename.endswith(u'No Limit Hold\'em'):
hand.tablename = hand.tablename[:-len(u'No Limit Hold\'em')] + u'NLHE'
else:
print '%s does not end with NLHE' % hand.tablename
if key == 'MAXPLAYER' and info[key] != None:
hand.maxseats = int(info[key])