remove derpy comment

This commit is contained in:
unknown 2010-07-29 17:57:19 -04:00
parent 981dcc632c
commit c059fde3a9

View File

@ -139,7 +139,6 @@ or None if we fail to get the info """
logging.debug("HID %s, Table %s" % (m.group('HID'), m.group('TABLE'))) logging.debug("HID %s, Table %s" % (m.group('HID'), m.group('TABLE')))
hand.handid = m.group('HID') hand.handid = m.group('HID')
hand.tablename = m.group('TABLE') hand.tablename = m.group('TABLE')
print hand.handid, hand.tablename
hand.maxseats = 6 # assume 6-max unless we have proof it's a larger/smaller game, since everleaf doesn't give seat max info hand.maxseats = 6 # assume 6-max unless we have proof it's a larger/smaller game, since everleaf doesn't give seat max info
currencies = { u'':'EUR', '$':'USD', '':'T$', None:'T$' } currencies = { u'':'EUR', '$':'USD', '':'T$', None:'T$' }