Procházet zdrojové kódy

removed print statements

Dave Schuyler před 22 roky
rodič
revize
584b17159d
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      direct/src/showbase/NonPhysicsWalker.py

+ 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
                 # right now to ensure we aren't standing in a wall.
                 self.oneTimeCollide()
-        print "  cTrav.ls()" #*#
-        print self.cTrav #*#
 
     def oneTimeCollide(self):
         """