// variable referred by template script is not
// registered to this tempalte object
- ASSERT( found );
+ // ASSERT( found );
} while(1);
}
++cur;
}
- ASSERT( cur < sizeof(buf) );
+ // ASSERT( cur < sizeof(buf) );
buf[cur] = '\0';
pSection->AddRef();
// can add section to multiple containers
- ASSERT( pSection->mpParent == 0 );
+ // ASSERT( pSection->mpParent == 0 );
pSection->mpParent = this;
else
{
ScriptSection* pTopSect = GetTopSection();
- ASSERT( pTopSect );
+ // ASSERT( pTopSect );
pTopSect->Print( stm );
}