Remove stray print-spam

This commit is contained in:
Elliot Nunn 2019-05-26 10:53:11 +08:00
parent db2b03a4fd
commit 8729a8a40a
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def is_supermario(binary):
def extract_decldata(binary):
print(hex(binary.rfind(PAD) + len(PAD)))
return binary[binary.rfind(PAD) + len(PAD):]