altoslib: Remove older eeprom handling code
[fw/altos] / altosuilib / AltosEepromSelect.java
index 0b4b7a85f19ae74b563f20fb97ee8d7224216b12..2c6ee6d7aaeca45a0daff82bb7f04cb8eb59af7e 100644 (file)
@@ -38,11 +38,7 @@ class AltosEepromItem implements ActionListener {
                log = in_log;
 
                String  text;
-               if (log.year != 0)
-                       text = String.format("Flight #%02d - %04d-%02d-%02d",
-                                            log.flight, log.year, log.month, log.day);
-               else
-                       text = String.format("Flight #%02d", log.flight);
+               text = String.format("Flight #%02d", log.flight);
 
                label = new JLabel(text);