mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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:
|
||||
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