removed errant print

This commit is contained in:
Zachary Pavlov 2009-07-15 00:25:09 +00:00
parent e915c44328
commit b292e06ff6

View File

@ -92,8 +92,6 @@ class AnimControlInterval(Interval.Interval):
numFrames = self.controls.getAnim(0).getNumFrames() numFrames = self.controls.getAnim(0).getNumFrames()
self.endFrame = numFrames - 1 self.endFrame = numFrames - 1
print self.startFrame, self.endFrame
# Must we play the animation backwards? We play backwards if # Must we play the animation backwards? We play backwards if
# either (or both) of the following is true: the playRate is # either (or both) of the following is true: the playRate is
# negative, or endFrame is before startFrame. # negative, or endFrame is before startFrame.