diff --git a/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp b/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp index 2f4a83c4..fb6c3557 100755 --- a/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp +++ b/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp @@ -585,7 +585,6 @@ jobject JNICALL ScriptMethodsInteriorsNamespace::getBuildingEjectLocation(JNIEnv PortalProperty const *portalProp = portallizedObject->getPortalProperty(); if (!portalProp) { - DEBUG_WARNING(true, ("[designer bug] getBuildingEjectLocation was passed an objid (%s) of an object that has no PortalProperty", portallizedObject->getDebugInformation().c_str())); return 0; }