remove debug

This commit is contained in:
Ruan Lucas
2023-07-21 22:11:30 -04:00
parent f8da0708e1
commit bd8c5985b1

View File

@@ -257,7 +257,6 @@ namespace FlaxEditor.SceneGraph.Actors
public override void OnDebugDraw(ViewportDebugDrawData data)
{
Debug.Log(Name);
// Draw spline and spline point
ParentNode.OnDebugDraw(data);