From 6f164c14128a4e8b1f93c4aeb5815d27babd909b Mon Sep 17 00:00:00 2001 From: JoshuaMKW <60854312+JoshuaMKW@users.noreply.github.com> Date: Thu, 23 Jul 2020 00:48:42 -0500 Subject: [PATCH] Removed debug print --- GeckoLoader.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/GeckoLoader.py b/GeckoLoader.py index 913481b..24ca14d 100644 --- a/GeckoLoader.py +++ b/GeckoLoader.py @@ -197,8 +197,6 @@ def build(gctFile, dolFile, codehandlerFile, tmpdir, allocation: int, codehook: temp.write(bytes.fromhex('F000000000000000')) temp.seek(0) - print(temp.read()) - temp.seek(0) codehandler.geckocodes = GCT(temp) if args.optimize == True: