diff --git a/Assets/Scripts/KerstSpecial/RaceController.cs b/Assets/Scripts/KerstSpecial/RaceController.cs index c064d43a..61e898e9 100644 --- a/Assets/Scripts/KerstSpecial/RaceController.cs +++ b/Assets/Scripts/KerstSpecial/RaceController.cs @@ -199,8 +199,8 @@ private void Jump(bool jump) private void OnEnter(Collider other, ZoneTrigger zone) { - Debug.Log("ONENTER" + other); - Debug.Log("zonenaam" + zone); + //Debug.Log("ONENTER" + other); + //Debug.Log("zonenaam" + zone); if (zone.name == "zonetrigger2") { WeatherAnimator.SetBool("Storm", true); @@ -209,7 +209,7 @@ private void OnEnter(Collider other, ZoneTrigger zone) private void OnExit(Collider other, ZoneTrigger zone) { - Debug.Log("ONEXIT:" + other); + //Debug.Log("ONEXIT:" + other); if (zone.name == "zonetrigger2") { WeatherAnimator.SetBool("Storm", false); @@ -517,7 +517,7 @@ public void GetClosestTileAndUpdateCollider(Vector3 position, out bool isGrounde { t.gameObject.AddComponent(); t.gameObject.isStatic = true; - Debug.Log("ADDED MESHCOLLIDER FOR" + tileName); + //Debug.Log("ADDED MESHCOLLIDER FOR" + tileName); } }