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