summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-04-07 18:44:11 -0700
committerKeith Packard <keithp@keithp.com>2012-04-07 18:44:11 -0700
commitfa96ee3db9b57cc2a88e9edd74bb9efcc228ccf3 (patch)
treee0c55fdfffd8677f5b53b49ec674315c4187a48e
parente56038b65ba1c6413ba9942be3c092644986f126 (diff)
altosui: remove debug printf from AltosFlightStats
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altosui/AltosFlightStats.java1
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;
}