Performance:

Removed a stray sprintf and an if-closure used for debugging.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@223 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-06-29 22:20:05 +00:00
parent 8c9da6f517
commit afd0f999bb
1 changed files with 0 additions and 7 deletions

View File

@ -752,13 +752,6 @@ bool AvHSUGetIsExternalClassName(const char* inClassName)
{
bool theIsExternal = false;
if(inClassName)
{
char theString[512];
sprintf(theString, "Checking entity: %s\n", inClassName);
//ALERT(at_logged, theString);
}
if(inClassName && (!strncmp(inClassName, "adminmod_", 9)))
{
theIsExternal = true;