diff --git a/server/RdtClient.Service/Services/Downloaders/InternalDownloader.cs b/server/RdtClient.Service/Services/Downloaders/InternalDownloader.cs index 61b0c89..592af43 100644 --- a/server/RdtClient.Service/Services/Downloaders/InternalDownloader.cs +++ b/server/RdtClient.Service/Services/Downloaders/InternalDownloader.cs @@ -1,7 +1,5 @@ -using System.Diagnostics; -using System.Net; +using System.Net; using Downloader; -using Newtonsoft.Json; using Serilog; namespace RdtClient.Service.Services.Downloaders; @@ -66,8 +64,6 @@ public class InternalDownloader : IDownloader return; } - Debug.WriteLine(JsonConvert.SerializeObject(args)); - DownloadProgress.Invoke(this, new DownloadProgressEventArgs {