mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Too many logger log calls
This commit is contained in:
parent
d3503ea1d1
commit
73d03568bd
@ -40,7 +40,6 @@ namespace NewHorizons.OrbitalPhysics
|
||||
cartesian = Tuple.Create(Vector3.zero, Vector3.zero);
|
||||
}
|
||||
|
||||
Logger.Log($"Position : {cartesian.Item1} Velocity : {cartesian.Item2}");
|
||||
return cartesian;
|
||||
}
|
||||
|
||||
@ -60,7 +59,6 @@ namespace NewHorizons.OrbitalPhysics
|
||||
cartesian = Tuple.Create(Vector3.zero, Vector3.zero);
|
||||
}
|
||||
|
||||
Logger.Log($"Position : {cartesian.Item1} Velocity : {cartesian.Item2}");
|
||||
return cartesian;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user