Browse Source

removed extraneous print

Darren Ranalli 22 years ago
parent
commit
5f44cffb55
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/level/DistributedLevel.py

+ 0 - 1
direct/src/level/DistributedLevel.py

@@ -201,7 +201,6 @@ class DistributedLevel(DistributedObject.DistributedObject,
             self.notify.debug(
                 'entity %s requesting reparent to %s, not yet created' %
                 (entity, parentId))
-            print self.entities
 
             entId = entity.entId
             entity.reparentTo(hidden)