Optimize Lerp. Comment out expensive debug statement.
This commit is contained in:
parent
39064a9262
commit
d988c266c1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue