removed exceptionLogged decorators, data logging now covered by ExceptionVarDump
This commit is contained in:
parent
95ce87293d
commit
a2997cd277
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue