Skip to content

Commit c19de9f

Browse files
David Klinekeveleigh
authored andcommitted
Merge pull request #10326 from jonathoncobb/jonathoncobb/logging-issues
Fixed log spam that is coming from HandConstraintPalmUp.cs
1 parent 09790c6 commit c19de9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ protected override bool IsValidController(IMixedRealityController controller)
197197

198198
return palmFacingThresholdMet;
199199
}
200-
else
201-
{
202-
Debug.LogWarning($"HandConstraintPalmUp requires a palm joint, but none was provided by {controller.InputSource.SourceName}.");
203-
}
204200

205201
return palmFacingThresholdMet;
206202
}

0 commit comments

Comments
 (0)