2
0
Dave Schuyler 22 жил өмнө
parent
commit
584b17159d

+ 0 - 2
direct/src/showbase/NonPhysicsWalker.py

@@ -130,8 +130,6 @@ class NonPhysicsWalker(DirectObject.DirectObject):
                 # Now that we have disabled collisions, make one more pass
                 # Now that we have disabled collisions, make one more pass
                 # right now to ensure we aren't standing in a wall.
                 # right now to ensure we aren't standing in a wall.
                 self.oneTimeCollide()
                 self.oneTimeCollide()
-        print "  cTrav.ls()" #*#
-        print self.cTrav #*#
 
 
     def oneTimeCollide(self):
     def oneTimeCollide(self):
         """
         """