From 5dc384874522aa6f882ff461107d46fef2e66861 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 15 Nov 2006 00:04:51 +0000 Subject: [PATCH] removed DistributedToon debugging --- direct/src/distributed/DoHierarchy.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/direct/src/distributed/DoHierarchy.py b/direct/src/distributed/DoHierarchy.py index 4f66e812b1..e06572ab2e 100755 --- a/direct/src/distributed/DoHierarchy.py +++ b/direct/src/distributed/DoHierarchy.py @@ -59,9 +59,6 @@ class DoHierarchy: return r def storeObjectLocation(self, do, parentId, zoneId): - if do.__class__.__name__ == 'DistributedToon': - from direct.showbase.PythonUtil import StackTrace - print 'storeObjectLocation(DistributedToon %s)(%s, %s): %s' % (do.doId, parentId, zoneId, StackTrace().compact()) doId = do.doId if doId in self._allDoIds: self.notify.error( @@ -75,9 +72,6 @@ class DoHierarchy: do.__class__.__name__, doId, parentId, zoneId)) def deleteObjectLocation(self, do, parentId, zoneId): - if do.__class__.__name__ == 'DistributedToon': - from direct.showbase.PythonUtil import StackTrace - print 'deleteObjectLocation(DistributedToon %s)(%s, %s): %s' % (do.doId, parentId, zoneId, StackTrace().compact()) doId = do.doId if doId not in self._allDoIds: self.notify.error(