clean up a line of debug code

This commit is contained in:
JoePfeiffer 2022-05-13 15:28:01 -06:00
parent 0910317bf6
commit 62f219a963

View File

@ -82,7 +82,6 @@ public class BasicLandingStepper extends AbstractSimulationStepper {
final double a = linearAcceleration.z;
final double v = status.getRocketVelocity().z;
final double z0 = status.getRocketPosition().z;
final double z = linearAcceleration.x;
// The new timestep is the solution of
// 1/2 at^2 + vt + z0 = 0