Remove leftover log

This commit is contained in:
Wojtek Figat
2023-07-04 17:58:06 +02:00
parent c79952a4d6
commit 90f377fa83

View File

@@ -363,7 +363,6 @@ namespace FlaxEditor.Surface.ContextMenu
Profiler.BeginEvent("VisjectCM.RemoveGroup");
if (group.Archetypes.Count == 0)
{
Debug.Log("Remove");
_groups.RemoveAt(i);
group.Dispose();
}