altoslib: Remove debug printfs
authorKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 22:25:35 +0000 (15:25 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 22:25:35 +0000 (15:25 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altoslib/AltosFlightStats.java

index cb46b6c6349924e2db04109005a278eb9cd66b8d..cb19ddf0f6cec054230296299366ded3f5ca6ccb 100644 (file)
@@ -317,7 +317,6 @@ public class AltosConfigData {
                                        String[] cfg = bits[2].split("\\.");
 
                                        if (cfg.length >= 2) {
-                                               System.out.printf("major %s minor %s\n", cfg[0], cfg[1]);
                                                config_major = Integer.parseInt(cfg[0]);
                                                config_minor = Integer.parseInt(cfg[1]);
                                        }
index 8a50f4b5512662585e28dd2cf5739f4b151508ab..744c58483b9b692e2e610f72e993a3bb7318099a 100644 (file)
@@ -157,8 +157,6 @@ public class AltosFlightStats {
                                series.state_series.add(landed_time, AltosLib.ao_flight_landed);
                }
 
-               System.out.printf("boost time %g landed %g\n", boost_time, landed_time);
-
                year = month = day = AltosLib.MISSING;
                hour = minute = second = AltosLib.MISSING;
                serial = flight = AltosLib.MISSING;