diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-16 14:29:57 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-16 14:29:57 -0800 |
commit | 987039b8f0b1d889aca9109d4c6a83f034ff64a7 (patch) | |
tree | 3cb5fbf3be48cbb8b12f4d25468998532bd5a391 | |
parent | fb534aae15f0f1e5d69790e159d0287b6b8a514a (diff) |
altosui: Remove debug message when eeprom downloads are complete.
This message isn't useful now that this code appears to work.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/AltosEepromDownload.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosEepromDownload.java b/altosui/AltosEepromDownload.java index af70b15c..f1abd50c 100644 --- a/altosui/AltosEepromDownload.java +++ b/altosui/AltosEepromDownload.java @@ -180,7 +180,6 @@ public class AltosEepromDownload implements Runnable { CaptureLog(log); } } - System.out.printf("All flights successfully downloaded\n"); success = true; } catch (IOException ee) { show_error (serial_line.device.toShortString(), |