Clean up code

This commit is contained in:
Chandler Cox
2024-07-19 07:48:01 -05:00
parent 8804738193
commit d717430256

View File

@@ -1042,7 +1042,6 @@ bool Level::loadScene(rapidjson_flax::Value& data, int32 engineBuild, Scene** ou
{ {
child->RegisterObject(); child->RegisterObject();
} }
LOG(Warning, "{}", child->GetName());
} }
sceneObjects->Resize(dataCount + injectedSceneChildren.Count()); sceneObjects->Resize(dataCount + injectedSceneChildren.Count());