Browse Source

distributed: Remove use of exceptionLogged() decorator

This isn't available when __debug__==False either.
Sam Edwards 8 years ago
parent
commit
4080e03d05
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/distributed/DoCollectionManager.py

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

@@ -312,7 +312,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