Remove some debug, closes #123

This commit is contained in:
Christian 2012-10-30 21:53:08 -04:00
parent 17d1f1f157
commit 771c818cd4
1 changed files with 0 additions and 2 deletions

View File

@ -457,8 +457,6 @@ public class RelaunchLibraryManager
{
//rootUrl.replace("%s", libFile.getPath())
URL libDownload = new URL(String.format(rootUrl,realFilePath));
System.out.println("Downloading file: " + libDownload.getHost() + libDownload.getPath());
System.out.println("The libFile's path is " + libFile.getAbsolutePath());
String infoString = String.format("Downloading file %s", libDownload.toString());
downloadMonitor.updateProgressString(infoString);
FMLRelaunchLog.info(infoString);