altosui: remove debug printf from AltosFlightStats
[fw/altos] / altosui / AltosFlightStats.java
index ed5a336e750c6afb618d3ec9483043bf0f5a68ca..578be3f94dd66c31cd3a8a57253cfa6ab168e80d 100644 (file)
@@ -92,7 +92,6 @@ public class AltosFlightStats {
                }
                if (boost_time == -1000)
                        boost_time = state.time;
-               System.out.printf ("boost time %f instead of %f\n", boost_time, state.time);
                return boost_time;
        }