altoslib: Remove debug printfs
[fw/altos] / altoslib / AltosConfigData.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]);
                                        }