This commit is contained in:
parent
486cea1006
commit
c95f0171f7
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue