From 4effa7adb1c953b869ea7f8eec737602fa3e8135 Mon Sep 17 00:00:00 2001 From: Soulaha Balde Date: Sun, 23 Oct 2022 12:34:22 -0400 Subject: [PATCH] Removed debug log, pushed on dev by mistake --- Assets/Scripts/PathTracer.cs | 1 - 1 file changed, 1 deletion(-) 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