- Left some debugging code in, oops

This commit is contained in:
gb.luke 2010-07-08 17:29:50 +00:00
parent 4197de03b7
commit f8640bae81
2 changed files with 1 additions and 2 deletions

View File

@ -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.");

View File

@ -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);
} }