From f3bc2ccc9e94e814ed72bf7483acd9e7850654b9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 16:05:00 -0600 Subject: remove debug print line hg-commit-id: 9eac2d93fe88 --- extras/analyze_incbins.py | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3