altosui: Remove debug message when eeprom downloads are complete.
authorKeith Packard <keithp@keithp.com>
Sun, 16 Jan 2011 22:29:57 +0000 (14:29 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Jan 2011 22:29:57 +0000 (14:29 -0800)
This message isn't useful now that this code appears to work.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosEepromDownload.java

index af70b15c5603139c318559c189e941535fae3872..f1abd50cd21b07ecf9dabc03259d1a9b5cfb8fdb 100644 (file)
@@ -180,7 +180,6 @@ public class AltosEepromDownload implements Runnable {
                                        CaptureLog(log);
                                }
                        }
                                        CaptureLog(log);
                                }
                        }
-                       System.out.printf("All flights successfully downloaded\n");
                        success = true;
                } catch (IOException ee) {
                        show_error (serial_line.device.toShortString(),
                        success = true;
                } catch (IOException ee) {
                        show_error (serial_line.device.toShortString(),