From: Keith Packard Date: Sun, 8 Apr 2012 01:44:11 +0000 (-0700) Subject: altosui: remove debug printf from AltosFlightStats X-Git-Tag: 1.0.9.5~73 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=fa96ee3db9b57cc2a88e9edd74bb9efcc228ccf3 altosui: remove debug printf from AltosFlightStats Signed-off-by: Keith Packard --- 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; }