From aff265b77192c0e916e04fa1e93e762370abf2c4 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 14 Mar 2005 22:11:57 +0000 Subject: [PATCH] changed print to info --- direct/src/distributed/DistributedObject.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index f42c66de34..29ed2df3f9 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/direct/src/distributed/DistributedObject.py @@ -342,8 +342,7 @@ class DistributedObject(PandaObject): self.cr.addInterest(self.getDoId(), zoneId, note, event) def setLocation(self, parentId, zoneId): - #print "%s setLocation %s, %s" % (self.doId, parentId, zoneId) - + self.notify.info("setLocation: %s parentId: %s zoneId: %s" % (self.doId, parentId, zoneId)) # The store must run first so we know the old location #self.cr.storeObjectLocation(self.doId, parentId, zoneId) self.__location = (parentId, zoneId)