From 54fb579556b859a59f27bb613a2fdb475a8553ce Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 19 Apr 2024 09:02:50 +0200 Subject: [PATCH] Remove debug line --- Runtime/HumanoidControl/Scripts/HumanoidControl.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs index 69fb2d3..3959264 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs @@ -2197,7 +2197,6 @@ namespace Passer.Humanoid { float correction = +0.01F; AdjustTrackingHeight(correction); floatCorrectionDistance += correction; - Debug.Log($"{floatCorrectionDistance} {leftBendingDistance} {rightBendingDistance}"); } } }