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;