ref: 8ef0838654799217c7b94c0ae86dec40f5103fc1
parent: 68d4d86a8fb89566f2e45dc63d5670cf2feee9d4
author: Bryan Bishop <[email protected]>
date: Wed Jan 11 12:45:13 EST 2012
remove extra output from gbz80disasm hg-commit-id: 2c4886b28a2f
--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -640,7 +640,6 @@
current_byte_number += 2
offset += 2
- print "next byte is: " + hex(ord(extract_maps.rom[offset]))
elif maybe_byte in opt_table.keys():
op_code = opt_table[maybe_byte]
op_code_type = op_code[1]