mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-17 07:09:21 +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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
WriteStatus("Uhoh, the download bombed: " + ex.Message + " ):");
|
WriteStatus("Uhoh, the download bombed: \"" + ex.Message + " ):\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
WriteStatus("NUS Download Finished.");
|
WriteStatus("NUS Download Finished.");
|
||||||
|
@ -310,7 +310,6 @@ namespace libWiiSharp
|
|||||||
byte[] tmdFileWithCerts;
|
byte[] tmdFileWithCerts;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
fireDebug(titleUrl + "/" + tmdFile);
|
|
||||||
tmdFileWithCerts = wcNus.DownloadData(titleUrl + tmdFile);
|
tmdFileWithCerts = wcNus.DownloadData(titleUrl + tmdFile);
|
||||||
tmd = TMD.Load(tmdFileWithCerts);
|
tmd = TMD.Load(tmdFileWithCerts);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user