Remove debug statement

This commit is contained in:
Worros 2009-03-22 02:57:37 +09:00
parent 2747b079ed
commit 999a2b9b5f

View File

@ -73,7 +73,7 @@ def ring_holdem_omaha(config, backend, db, cursor, base, category, site_hand_no,
saveActions = False if import_options['saveActions'] == 'False' else True
fastStoreHudCache = False if import_options['fastStoreHudCache'] == 'False' else True
print "DEBUG: saveActions = '%s' fastStoreHudCache = '%s'"%(saveActions, fastStoreHudCache)
# print "DEBUG: saveActions = '%s' fastStoreHudCache = '%s'"%(saveActions, fastStoreHudCache)
t0 = time()
fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits)