From 202bd79e43745905275671766e7bbe9ac3df3d65 Mon Sep 17 00:00:00 2001 From: robhillman97 Date: Tue, 17 Oct 2023 10:03:43 +0100 Subject: [PATCH] removed debugs as requested in #1632 --- .../ActionDetailView/Annotation Editors/GhostRecorder.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/MirageXR/Common/Scripts/CombinedEditor/ActionDetailView/Annotation Editors/GhostRecorder.cs b/Assets/MirageXR/Common/Scripts/CombinedEditor/ActionDetailView/Annotation Editors/GhostRecorder.cs index dc509165e..19adc8710 100644 --- a/Assets/MirageXR/Common/Scripts/CombinedEditor/ActionDetailView/Annotation Editors/GhostRecorder.cs +++ b/Assets/MirageXR/Common/Scripts/CombinedEditor/ActionDetailView/Annotation Editors/GhostRecorder.cs @@ -156,12 +156,6 @@ private void RecordFrame() _lastFrame.rightMiddleTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.MiddleTip, Handedness.Right)); _lastFrame.rightRingTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.RingTip, Handedness.Right)); _lastFrame.rightPinkyTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.PinkyTip, Handedness.Right)); - - - Debug.Log("right index " + _lastFrame.rightIndexTip.position); - Debug.Log("right thumb " + _lastFrame.rightThumbTip.position); - Debug.Log("right Pinky " + _lastFrame.rightPinkyTip.position); - } else {