We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09790c6 commit c19de9fCopy full SHA for c19de9f
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
@@ -197,10 +197,6 @@ protected override bool IsValidController(IMixedRealityController controller)
197
198
return palmFacingThresholdMet;
199
}
200
- else
201
- {
202
- Debug.LogWarning($"HandConstraintPalmUp requires a palm joint, but none was provided by {controller.InputSource.SourceName}.");
203
- }
204
205
206
0 commit comments