From: Keith Packard Date: Sat, 20 Aug 2011 17:43:28 +0000 (-0700) Subject: altosui: remove debug printf in pad pane X-Git-Tag: 0.9.7.0~21^2~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=fcff63baf8fde1174571a2c7c860099e19dbf629 altosui: remove debug printf in pad pane Signed-off-by: Keith Packard --- diff --git a/altosui/AltosPad.java b/altosui/AltosPad.java index 2ed1ab2c..3a8d04fe 100644 --- a/altosui/AltosPad.java +++ b/altosui/AltosPad.java @@ -176,7 +176,6 @@ public class AltosPad extends JComponent implements AltosFlightDisplay { class LoggingReady extends LaunchStatus { void show (AltosState state, int crc_errors) { show(); - System.out.printf("flight %d state %d\n", state.data.flight, state.data.state); if (state.data.flight != 0) { if (state.data.state <= Altos.ao_flight_pad) value.setText("Ready to record");