diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-07 18:44:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-07 18:44:11 -0700 |
commit | fa96ee3db9b57cc2a88e9edd74bb9efcc228ccf3 (patch) | |
tree | e0c55fdfffd8677f5b53b49ec674315c4187a48e | |
parent | e56038b65ba1c6413ba9942be3c092644986f126 (diff) |
altosui: remove debug printf from AltosFlightStats
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/AltosFlightStats.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosFlightStats.java b/altosui/AltosFlightStats.java index ed5a336e..578be3f9 100644 --- a/altosui/AltosFlightStats.java +++ b/altosui/AltosFlightStats.java @@ -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; } |