diff --git a/src/de/mas/jnus/lib/implementations/wud/parser/WUDInfoParser.java b/src/de/mas/jnus/lib/implementations/wud/parser/WUDInfoParser.java index 8568392..f5fdf09 100644 --- a/src/de/mas/jnus/lib/implementations/wud/parser/WUDInfoParser.java +++ b/src/de/mas/jnus/lib/implementations/wud/parser/WUDInfoParser.java @@ -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);