Removed one file created that was just used for debugging.

This commit is contained in:
Maschell 2016-12-13 20:21:55 +01:00
parent 513a31fcee
commit 6b8efcaf53

View File

@ -100,7 +100,6 @@ public class WUDInfoParser {
byte[] rawTMD = getFSTEntryAsByte(WUD_TMD_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
byte[] rawCert = getFSTEntryAsByte(WUD_CERT_FILENAME,partition,fst,wudInfo.getWUDDiscReader(),wudInfo.getTitleKey());
FileUtils.saveByteArrayToFile("test.tmd", rawTMD);
gamePartition.setRawTMD(rawTMD);
gamePartition.setRawTicket(rawTIK);
gamePartition.setRawCert(rawCert);