diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs index feb396d..ddc6458 100644 --- a/SabreTools.RedumpLib/Web/RedumpClient.cs +++ b/SabreTools.RedumpLib/Web/RedumpClient.cs @@ -1025,12 +1025,10 @@ namespace SabreTools.RedumpLib.Web /// /// Base URL to download using /// Systems to download packs for - /// Name of the pack that is downloading - public async Task> DownloadPacks(string url, RedumpSystem[] systems, string title) + public async Task> DownloadPacks(string url, RedumpSystem[] systems) { var packsDictionary = new Dictionary(); - Console.WriteLine($"Downloading {title}"); foreach (var system in systems) { // If the system is invalid, we can't do anything