Skip to content

Commit a10abde

Browse files
committed
Removed 'Actor destroyed' log
1 parent 34ce890 commit a10abde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/OvEditor/src/OvEditor/Core/EditorActions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ OvCore::ECS::Actor & OvEditor::Core::EditorActions::CreateActorWithModel(const s
822822
bool OvEditor::Core::EditorActions::DestroyActor(OvCore::ECS::Actor & p_actor)
823823
{
824824
p_actor.MarkAsDestroy();
825-
OVLOG_INFO("Actor destroyed");
826825
return true;
827826
}
828827

0 commit comments

Comments
 (0)