custom-install: remove debug out

Really should've done this ages ago.
This commit is contained in:
Ian Burgwin
2020-03-30 03:36:16 -07:00
parent 61a1b436e5
commit 2535c2ee86

View File

@@ -270,8 +270,6 @@ for c in args.cia:
b'\0' * 0x2c
]
print(title_info_entry_data)
title_info_entries[cia.tmd.title_id] = b''.join(title_info_entry_data)
with cia.open_raw_section(CIASection.Ticket) as t: