altosui: Remove a bunch of debug printfs from the eeprom manager code
[fw/altos] / altosui / AltosEepromLog.java
index f284f1038894267fb219880f33b29a2719f32626..10befad49765b3ee61fb92c37a5d9cf6f5987d56 100644 (file)
@@ -103,12 +103,5 @@ public class AltosEepromLog {
                        if (has_gps && has_flight)
                                break;
                }
-               System.out.printf("Serial %d start block %d end block %d\n",
-                                 serial, start_block, end_block);
-               if (has_flight)
-                       System.out.printf("Flight %d\n", flight);
-               if (has_gps)
-                       System.out.printf("%d-%d-%d %d:%02d:%02d Lat %f Lon %f\n",
-                                         year, month, day, hour, minute, second, lat, lon);
        }
 }