deleting test code

This commit is contained in:
Dave Schuyler 2004-04-12 20:43:07 +00:00
parent bc70d28fc5
commit 7bcd6ca646

View File

@ -61,6 +61,7 @@ class PhysicsWalker(DirectObject.DirectObject):
self.isAirborne = 0
self.highMark = 0
"""
def spawnTest(self):
assert(self.debugPrint("\n\nspawnTest()\n"))
if not self.wantAvatarPhysicsIndicator:
@ -103,6 +104,7 @@ class PhysicsWalker(DirectObject.DirectObject):
name='platformIval%s' % fakeId,
)
self.moveIval.loop()
"""
def setWalkSpeed(self, forward, jump, reverse, rotate):
assert(self.debugPrint("setWalkSpeed()"))