Removed debug log,

pushed on dev by mistake
This commit is contained in:
Soulaha Balde 2022-10-23 12:34:22 -04:00
parent 0dd2e58915
commit 4effa7adb1

View File

@ -21,7 +21,6 @@ public class PathTracer : MonoBehaviour
rb.position = path[0].position; rb.position = path[0].position;
currTargetIndex = 1; currTargetIndex = 1;
currTargetPos = path[currTargetIndex].position; currTargetPos = path[currTargetIndex].position;
Debug.Log(path.Count);
} }
// Update is called once per frame // Update is called once per frame