diff --git a/src/main.cpp b/src/main.cpp index d7d3459..5193263 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -122,7 +122,6 @@ void loop() { State.time += State.stepSize; if ((State.z < 0.0) && (State.thrustFiring == 2)) { - printSimResults(State); Serial.println("Run duration:" + String(micros() - initTime) + " us"); closeFile();