Revert debug changes made while working with Eric

This commit is contained in:
Worros 2008-12-04 15:52:24 +09:00
parent 1f7f3f7187
commit a1ed9603f3

View File

@ -894,7 +894,7 @@ def parsePositions (hand, names):
if (bb!=-1):
bb=recognisePlayerNo(bb, names, "bet")
print "sb = ", sb, "bb = ", bb
#print "sb = ", sb, "bb = ", bb
if bb == sb:
sbExists = False
sb = -1
@ -934,7 +934,7 @@ def parsePositions (hand, names):
print "parsePositions names:",names
print "result:",positions
raise FpdbError ("failed to read positions")
print str(positions), "\n"
#print str(positions), "\n"
return positions
#end def parsePositions