From 14f9f3fac754b205ba58cd8254432f7ec0d70ce6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 01:02:18 -0600 Subject: remove debug output from gbz80disasm hg-commit-id: 65f6c206f6e1 --- extras/gbz80disasm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 307905ef..61f2608f 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -686,7 +686,6 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000): #current_byte_number += 1 #clean up unused labels - print "byte_labels is: " + str(byte_labels) for label_line in byte_labels.keys(): address = label_line label_line = byte_labels[label_line] @@ -712,4 +711,4 @@ if __name__ == "__main__": #0x18f96 is PalletTownText1 #0x19B5D is BluesHouseText1 - print output_bank_opcodes(0x1b40)[0] + print output_bank_opcodes(0x35ec)[0] -- cgit v1.2.3