Get rid of a debug print
This commit is contained in:
parent
fc3884ee9b
commit
d84ef55b78
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ void NSEntity::SetFrame( float newFrame ) {
|
|||
{
|
||||
int eDefEvents = tokenize(m_strModelEventCB);
|
||||
string ourName = frametoname(modelindex, frame);
|
||||
print(sprintf("New frame! %S\n", ourName));
|
||||
|
||||
for (int i = 0; i < eDefEvents; i+=3) {
|
||||
string testName = argv(i+0);
|
||||
|
|
Loading…
Reference in a new issue