Browse Source

removed exceptionLogged decorators, data logging now covered by ExceptionVarDump

Darren Ranalli 17 years ago
parent
commit
a2997cd277
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/distributed/DoCollectionManager.py

+ 0 - 1
direct/src/distributed/DoCollectionManager.py

@@ -284,7 +284,6 @@ class DoCollectionManager:
         else:
         else:
             self.notify.warning('handleSetLocation: object %s not present' % self.getMsgChannel())
             self.notify.warning('handleSetLocation: object %s not present' % self.getMsgChannel())
 
 
-    @exceptionLogged()
     def storeObjectLocation(self, object, parentId, zoneId):
     def storeObjectLocation(self, object, parentId, zoneId):
         oldParentId = object.parentId
         oldParentId = object.parentId
         oldZoneId = object.zoneId
         oldZoneId = object.zoneId