From c2ae858b375d291fa4eef60759728a6970837400 Mon Sep 17 00:00:00 2001
From: tankefugl <tankefugl@67975925-1194-0748-b3d5-c16f83f1a3a1>
Date: Wed, 6 Jul 2005 00:10:28 +0000
Subject: [PATCH] Ported performance changes from SVN revision 223, 3.0.5
 performance branch.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@241 67975925-1194-0748-b3d5-c16f83f1a3a1
---
 main/source/mod/AvHServerUtil.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/main/source/mod/AvHServerUtil.cpp b/main/source/mod/AvHServerUtil.cpp
index 2917bef..63b9a45 100644
--- a/main/source/mod/AvHServerUtil.cpp
+++ b/main/source/mod/AvHServerUtil.cpp
@@ -607,13 +607,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;