Optimize Lerp. Comment out expensive debug statement.

This commit is contained in:
aignacio_sf 2006-12-04 20:00:24 +00:00
parent 39064a9262
commit d988c266c1

View File

@ -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