remove debug print line

hg-commit-id: 9eac2d93fe88
This commit is contained in:
Bryan Bishop 2012-01-03 16:05:00 -06:00
parent 76c0308b5a
commit f3bc2ccc9e

View file

@ -115,7 +115,6 @@ def split_incbin_line_into_three(line, start_address, byte_count):
third = (start_address + byte_count, end - (start_address + byte_count))
output = ""
print "third end is: " + str(third[1])
if first:
output += "INCBIN \"baserom.gbc\",$" + hex(first[0])[2:] + ",$" + hex(first[1])[2:] + " - $" + hex(first[2])[2:] + "\n"