1
0
Fork 0

Removed debug print

This commit is contained in:
JoshuaMKW 2020-07-23 00:48:42 -05:00
parent dfb7115b28
commit 6f164c1412

View file

@ -197,8 +197,6 @@ def build(gctFile, dolFile, codehandlerFile, tmpdir, allocation: int, codehook:
temp.write(bytes.fromhex('F000000000000000')) temp.write(bytes.fromhex('F000000000000000'))
temp.seek(0) temp.seek(0)
print(temp.read())
temp.seek(0)
codehandler.geckocodes = GCT(temp) codehandler.geckocodes = GCT(temp)
if args.optimize == True: if args.optimize == True: