diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-20 10:43:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-20 11:21:45 -0700 |
commit | fcff63baf8fde1174571a2c7c860099e19dbf629 (patch) | |
tree | e3a97cef43d62d369abdd949bf74595365560a7e | |
parent | 048b3eb45169e572f33c68ff152b89db9ef97d31 (diff) |
altosui: remove debug printf in pad pane
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/AltosPad.java | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |