diff options
author | Keith Packard <keithp@keithp.com> | 2010-08-23 22:00:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-08-23 22:00:16 -0700 |
commit | 8857ac5e43eac6db8d5594b8864df497a712242b (patch) | |
tree | 68d9631244a0f5e77274e6936791d64883a5b876 | |
parent | b1758be01397fd49c441f40852f3558fe9343a2d (diff) |
altosui: remove debug printf from AltosHexfile
-rw-r--r-- | ao-tools/altosui/AltosHexfile.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ao-tools/altosui/AltosHexfile.java b/ao-tools/altosui/AltosHexfile.java index 360e24ad..19e35ae1 100644 --- a/ao-tools/altosui/AltosHexfile.java +++ b/ao-tools/altosui/AltosHexfile.java @@ -248,7 +248,5 @@ public class AltosHexfile { 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 |