1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

got rid of debuggin prints

This commit is contained in:
bpmcgeeney 2021-11-30 13:16:20 -07:00
parent 1e4fbe8b20
commit a5b806daa5

View File

@ -62,7 +62,6 @@ void setup() {
void loop() { void loop() {
last = micros(); last = micros();
Serial.println(State.vz);
vehicleDynamics(State, PrevState); vehicleDynamics(State, PrevState);
thrustInfo(State); thrustInfo(State);