diff --git a/Assets/Scripts/Pinpoint/Probes/ProbeController.cs b/Assets/Scripts/Pinpoint/Probes/ProbeController.cs index 9c766a33..3c9c1689 100644 --- a/Assets/Scripts/Pinpoint/Probes/ProbeController.cs +++ b/Assets/Scripts/Pinpoint/Probes/ProbeController.cs @@ -57,13 +57,9 @@ public void Register(ProbeManager probeManager) /// public void SetSpaceTransform(CoordinateSpace atlas, CoordinateTransform transform) { - Debug.Log($"Setting new transform to: {transform.Name}"); - Debug.Log(Insertion.APMLDV); // Covnert the tip coordinate into the new space var tipData = GetTipWorldU(); - Debug.Log(tipData.tipCoordWorldU); Vector3 tipCoordNewSpace = transform.U2T(atlas.World2Space(tipData.tipCoordWorldU)); - Debug.Log(tipCoordNewSpace); Insertion.APMLDV = tipCoordNewSpace; // Set the transforms Insertion.AtlasName = atlas.Name;