diff --git a/EKF/ekf.cpp b/EKF/ekf.cpp index db605e6494..1857f0aab0 100644 --- a/EKF/ekf.cpp +++ b/EKF/ekf.cpp @@ -72,7 +72,7 @@ bool Ekf::update() return false; } } - printStates(); + //printStates(); //printStatesFast(); // prediction if (_imu_updated) {