diff --git a/Assets/Scripts/PathTracer.cs b/Assets/Scripts/PathTracer.cs index 818d7c0..9ef6bfb 100644 --- a/Assets/Scripts/PathTracer.cs +++ b/Assets/Scripts/PathTracer.cs @@ -21,7 +21,6 @@ public class PathTracer : MonoBehaviour rb.position = path[0].position; currTargetIndex = 1; currTargetPos = path[currTargetIndex].position; - Debug.Log(path.Count); } // Update is called once per frame