From f2671e94376a0993e3d388e34e4d0cdc3fff82aa Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 5 Feb 2009 20:09:59 +0000 Subject: [PATCH] remove debug --- direct/src/showutil/TexMemWatcher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/showutil/TexMemWatcher.py b/direct/src/showutil/TexMemWatcher.py index 4abd73f88b..33400cc045 100644 --- a/direct/src/showutil/TexMemWatcher.py +++ b/direct/src/showutil/TexMemWatcher.py @@ -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