From d988c266c19f8345c926b110e3c07b1d80872e8a Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Mon, 4 Dec 2006 20:00:24 +0000 Subject: [PATCH] Optimize Lerp. Comment out expensive debug statement. --- direct/src/interval/LerpInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/LerpInterval.py b/direct/src/interval/LerpInterval.py index 08b16865d0..c731f713fd 100644 --- a/direct/src/interval/LerpInterval.py +++ b/direct/src/interval/LerpInterval.py @@ -650,7 +650,7 @@ class LerpFunctionInterval(Interval.Interval): apply(self.function, [data] + self.extraArgs) # Print debug information - assert self.notify.debug('updateFunc() - %s: t = %f' % (self.name, t)) +# assert self.notify.debug('updateFunc() - %s: t = %f' % (self.name, t)) self.state = CInterval.SStarted self.currT = t