Remove debug statement
This commit is contained in:
parent
2747b079ed
commit
999a2b9b5f
|
@ -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
|
saveActions = False if import_options['saveActions'] == 'False' else True
|
||||||
fastStoreHudCache = False if import_options['fastStoreHudCache'] == '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()
|
t0 = time()
|
||||||
fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits)
|
fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user