Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerfar committed Jan 11, 2024
1 parent 486cea1 commit c95f017
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -66,8 +64,6 @@ public InternalDownloader(String uri, String filePath)
return;
}
Debug.WriteLine(JsonConvert.SerializeObject(args));
DownloadProgress.Invoke(this,
new DownloadProgressEventArgs
{
Expand Down

0 comments on commit c95f017

Please sign in to comment.