Browse Source

remove debug

David Rose 17 years ago
parent
commit
f2671e9437
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/showutil/TexMemWatcher.py

+ 1 - 2
direct/src/showutil/TexMemWatcher.py

@@ -597,8 +597,7 @@ class TexMemWatcher(DirectObject):
                         if y + tph == y + tph0:
                         if y + tph == y + tph0:
                             tph0 *= 0.999  # imprecision hack
                             tph0 *= 0.999  # imprecision hack
                         tph = tph0
                         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
                 assert nextX > x
                 x = nextX
                 x = nextX