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}"); } } }