From 27c9f4e66a103b397e9c741e98151e4c99ee423f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 1 Mar 2026 12:40:34 -0500 Subject: [PATCH] Refactor useless pack download parameter --- SabreTools.RedumpLib/Web/RedumpClient.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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