Explorar el Código

removed extraneous print

Darren Ranalli hace 22 años
padre
commit
5f44cffb55
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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(
             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)