Get rid of a debug print

This commit is contained in:
Marco Cawthorne 2023-07-16 13:06:38 -07:00
parent fc3884ee9b
commit d84ef55b78
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 1 deletions

View File

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