Remove a debug print

This commit is contained in:
Bill Currie 2011-09-18 10:37:28 +09:00
parent b57e098e93
commit 94ac2fa675
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ def build_actions(mdl):
co.append (((j + 2) * 1.0, 0.0)) co.append (((j + 2) * 1.0, 0.0))
if j < frame.numframes - 1: if j < frame.numframes - 1:
co.append ((frame.numframes * 1.0, 0.0)) co.append ((frame.numframes * 1.0, 0.0))
pprint (co)
data.append((frame.frames[j].key, co)) data.append((frame.frames[j].key, co))
else: else:
data.append((frame.key, [(1.0, 1.0)])) data.append((frame.key, [(1.0, 1.0)]))