altosui: remove debug printf from AltosFlightStats
authorKeith Packard <keithp@keithp.com>
Sun, 8 Apr 2012 01:44:11 +0000 (18:44 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Apr 2012 01:44:11 +0000 (18:44 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosFlightStats.java

index ed5a336e750c6afb618d3ec9483043bf0f5a68ca..578be3f94dd66c31cd3a8a57253cfa6ab168e80d 100644 (file)
@@ -92,7 +92,6 @@ public class AltosFlightStats {
                }
                if (boost_time == -1000)
                        boost_time = state.time;
                }
                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;
        }
 
                return boost_time;
        }