distributed: Remove use of exceptionLogged() decorator

This isn't available when __debug__==False either.
This commit is contained in:
Sam Edwards 2017-03-27 01:00:00 -06:00
parent f062c64e9a
commit 4080e03d05

View File

@ -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