mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
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…
x
Reference in New Issue
Block a user