mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-16 22:59:22 +01:00
- Left some debugging code in, oops
This commit is contained in:
parent
4197de03b7
commit
f8640bae81
@ -888,7 +888,7 @@ namespace NUS_Downloader
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
WriteStatus("Uhoh, the download bombed: " + ex.Message + " ):");
|
||||
WriteStatus("Uhoh, the download bombed: \"" + ex.Message + " ):\"");
|
||||
}
|
||||
|
||||
WriteStatus("NUS Download Finished.");
|
||||
|
@ -310,7 +310,6 @@ namespace libWiiSharp
|
||||
byte[] tmdFileWithCerts;
|
||||
try
|
||||
{
|
||||
fireDebug(titleUrl + "/" + tmdFile);
|
||||
tmdFileWithCerts = wcNus.DownloadData(titleUrl + tmdFile);
|
||||
tmd = TMD.Load(tmdFileWithCerts);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user