comment out DEBUG print

This commit is contained in:
sqlcoder 2010-02-27 15:47:24 +00:00
parent daeee37b6b
commit 4ed82b1f18

View File

@ -1449,7 +1449,7 @@ class Pot(object):
# Return any uncalled bet.
committed = sorted([ (v,k) for (k,v) in self.committed.items()])
print "DEBUG: committed: %s" % committed
#print "DEBUG: committed: %s" % committed
#ERROR below. lastbet is correct in most cases, but wrong when
# additional money is committed to the pot in cash games
# due to an additional sb being posted. (Speculate that