summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 16:05:00 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 16:05:00 -0600
commitf3bc2ccc9e94e814ed72bf7483acd9e7850654b9 (patch)
tree4438b1eb9383aec9fc5afee6f12b593a78ce6768
parent76c0308b5a176509c481724b8ac58f265b7db323 (diff)
remove debug print line
hg-commit-id: 9eac2d93fe88
-rw-r--r--extras/analyze_incbins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/analyze_incbins.py b/extras/analyze_incbins.py
index c47ac522..4f193d60 100644
--- a/extras/analyze_incbins.py
+++ b/extras/analyze_incbins.py
@@ -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"