altosui: remove debug printf from AltosHexfile
authorKeith Packard <keithp@keithp.com>
Tue, 24 Aug 2010 05:00:16 +0000 (22:00 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 24 Aug 2010 05:00:16 +0000 (22:00 -0700)
ao-tools/altosui/AltosHexfile.java

index 360e24adeb6ba65f841db73b882d183d8b20d199..19e35ae1d2a72ce0da8e368bfc9778ecf02bab78 100644 (file)
@@ -248,7 +248,5 @@ public class AltosHexfile {
                                        data[records[i].address - base + j] = records[i].data[j];
                        }
                }
                                        data[records[i].address - base + j] = records[i].data[j];
                        }
                }
-               for (int i = 0xa0; i < 0xaa; i++)
-                       System.out.printf ("%04x: %02x\n", i, get_byte(i));
        }
 }
\ No newline at end of file
        }
 }
\ No newline at end of file