mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
distributed: Remove use of exceptionLogged() decorator
This isn't available when __debug__==False either.
This commit is contained in:
parent
f062c64e9a
commit
4080e03d05
@ -312,7 +312,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