From a2997cd277355b3f171e515d23d8ca54eb0e4103 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 11 Sep 2008 23:44:51 +0000 Subject: [PATCH] removed exceptionLogged decorators, data logging now covered by ExceptionVarDump --- direct/src/distributed/DoCollectionManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/distributed/DoCollectionManager.py b/direct/src/distributed/DoCollectionManager.py index 8c52f83e1e..a62965d02f 100755 --- a/direct/src/distributed/DoCollectionManager.py +++ b/direct/src/distributed/DoCollectionManager.py @@ -284,7 +284,6 @@ class DoCollectionManager: else: self.notify.warning('handleSetLocation: object %s not present' % self.getMsgChannel()) - @exceptionLogged() def storeObjectLocation(self, object, parentId, zoneId): oldParentId = object.parentId oldZoneId = object.zoneId