summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"