From d789e292ae3afb58bddca35e92ea880499733317 Mon Sep 17 00:00:00 2001 From: Redmond Urbino Date: Fri, 13 Jun 2008 19:56:16 +0000 Subject: [PATCH] take out annoying prints (use self.notify if needed!) --- direct/src/interval/LerpInterval.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/direct/src/interval/LerpInterval.py b/direct/src/interval/LerpInterval.py index 0d82f7f67f..652ff0420e 100644 --- a/direct/src/interval/LerpInterval.py +++ b/direct/src/interval/LerpInterval.py @@ -119,15 +119,11 @@ class LerpPosInterval(LerpNodePathInterval): def privDoEvent(self, t, event): # This function is only used if Python functors were passed in # for some of the input parameters. - print "doing pos",t if self.paramSetup and event == CInterval.ETInitialize: self.setupParam(self.setEndPos, self.endPos) self.setupParam(self.setStartPos, self.startPos) LerpNodePathInterval.privDoEvent(self, t, event) - #def privStep(self,t): - - # print "doing pos",t class LerpHprInterval(LerpNodePathInterval): def __init__(self, nodePath, duration, hpr,