mirror of
https://github.com/elliotnunn/tbxi.git
synced 2024-12-21 15:29:26 +00:00
Remove stray print-spam
This commit is contained in:
parent
db2b03a4fd
commit
8729a8a40a
@ -50,7 +50,6 @@ def is_supermario(binary):
|
|||||||
|
|
||||||
|
|
||||||
def extract_decldata(binary):
|
def extract_decldata(binary):
|
||||||
print(hex(binary.rfind(PAD) + len(PAD)))
|
|
||||||
return binary[binary.rfind(PAD) + len(PAD):]
|
return binary[binary.rfind(PAD) + len(PAD):]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user