Browse Source

removed errant print

Zachary Pavlov 16 years ago
parent
commit
b292e06ff6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      direct/src/interval/AnimControlInterval.py

+ 0 - 2
direct/src/interval/AnimControlInterval.py

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