From c059fde3a9a5201cd6c4a44dc99aff38fe98890f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Jul 2010 17:57:19 -0400 Subject: [PATCH] remove derpy comment --- pyfpdb/EverleafToFpdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/EverleafToFpdb.py b/pyfpdb/EverleafToFpdb.py index 1fb4381a..43448495 100755 --- a/pyfpdb/EverleafToFpdb.py +++ b/pyfpdb/EverleafToFpdb.py @@ -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'))) hand.handid = m.group('HID') 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 currencies = { u'€':'EUR', '$':'USD', '':'T$', None:'T$' }