Skip to content

Commit b78d3c0

Browse files
committed
chore: cleaning debugs
1 parent 8fe96dd commit b78d3c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/Scripts/Pinpoint/Probes/ProbeController.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,9 @@ public void Register(ProbeManager probeManager)
5757
/// <param name="transform"></param>
5858
public void SetSpaceTransform(CoordinateSpace atlas, CoordinateTransform transform)
5959
{
60-
Debug.Log($"Setting new transform to: {transform.Name}");
61-
Debug.Log(Insertion.APMLDV);
6260
// Covnert the tip coordinate into the new space
6361
var tipData = GetTipWorldU();
64-
Debug.Log(tipData.tipCoordWorldU);
6562
Vector3 tipCoordNewSpace = transform.U2T(atlas.World2Space(tipData.tipCoordWorldU));
66-
Debug.Log(tipCoordNewSpace);
6763
Insertion.APMLDV = tipCoordNewSpace;
6864
// Set the transforms
6965
Insertion.AtlasName = atlas.Name;

0 commit comments

Comments
 (0)