mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
removed extraneous print
This commit is contained in:
parent
56eea2b9a5
commit
5f44cffb55
@ -201,7 +201,6 @@ class DistributedLevel(DistributedObject.DistributedObject,
|
|||||||
self.notify.debug(
|
self.notify.debug(
|
||||||
'entity %s requesting reparent to %s, not yet created' %
|
'entity %s requesting reparent to %s, not yet created' %
|
||||||
(entity, parentId))
|
(entity, parentId))
|
||||||
print self.entities
|
|
||||||
|
|
||||||
entId = entity.entId
|
entId = entity.entId
|
||||||
entity.reparentTo(hidden)
|
entity.reparentTo(hidden)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user