remove debug
This commit is contained in:
parent
cec576dd6b
commit
f2671e9437
|
|
@ -597,8 +597,7 @@ class TexMemWatcher(DirectObject):
|
|||
if y + tph == y + tph0:
|
||||
tph0 *= 0.999 # imprecision hack
|
||||
tph = tph0
|
||||
print "x = %s, y = %s, tpw = %s, tph = %s" % (
|
||||
x, y, tpw, tph)
|
||||
#print "x = %s, y = %s, tpw = %s, tph = %s" % (x, y, tpw, tph)
|
||||
|
||||
assert nextX > x
|
||||
x = nextX
|
||||
|
|
|
|||
Loading…
Reference in New Issue