From 0eccf34b4b5b48ad8addab132d685eb4bf1c8829 Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Tue, 11 Feb 2020 17:02:02 -0500 Subject: [PATCH] Removed debug log that is no longer needed --- Assets/Scripts/InfinityRunner.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Scripts/InfinityRunner.cs b/Assets/Scripts/InfinityRunner.cs index 68f0deb..35ed2dd 100644 --- a/Assets/Scripts/InfinityRunner.cs +++ b/Assets/Scripts/InfinityRunner.cs @@ -57,8 +57,6 @@ public class InfinityRunner : MonoBehaviour void Update() { - Debug.Log(lastSpawn.position.z); - distance = player.transform.position.z; if(!lastSpawn)