Get AltOS version numbers into Mac 'about' dialog
[fw/altos] / altosui / AltosEepromDownload.java
index d1e5fdf0484cd2d51c3a70ef10f9e56761e81a46..4a35c2f1c299b8bbb9121d2565fc7284a5e6208c 100644 (file)
@@ -319,11 +319,9 @@ public class AltosEepromDownload implements Runnable {
                done = false;
                start = true;
 
-//             if (flights.config_data.serial == 0)
-//                     throw new IOException("no serial number found");
+               if (flights.config_data.serial == 0)
+                       throw new IOException("no serial number found");
 
-               log_format = 5;
-               System.out.printf ("log format: %d\n", log_format);
                /* Reset per-capture variables */
                flight = 0;
                year = 0;