altosui: Remove debug printf from AltosRomconfig
authorKeith Packard <keithp@keithp.com>
Tue, 24 Aug 2010 05:01:38 +0000 (22:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 24 Aug 2010 05:01:38 +0000 (22:01 -0700)
ao-tools/altosui/AltosRomconfig.java

index 5a2df313b048b940108ddf70192640a0c41252c3..844da7c4b7aad021b969453a01616b2ed86fb0f1 100644 (file)
@@ -59,9 +59,6 @@ public class AltosRomconfig {
                                break;
                        }
                }
-               System.out.printf("version 0x%x check 0x%x valid %s serial %d cal %d\n",
-                                 version, check, valid ? "true" : "false",
-                                 serial_number, radio_calibration);
        }
 
        public AltosRomconfig(AltosHexfile hexfile) {