Skip to content

Commit

Permalink
chore: cleaning debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Jan 29, 2024
1 parent 8fe96dd commit b78d3c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/Scripts/Pinpoint/Probes/ProbeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ public void Register(ProbeManager probeManager)
/// <param name="transform"></param>
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;
Expand Down

0 comments on commit b78d3c0

Please sign in to comment.