Skip to content

Commit

Permalink
fixed sample project issue with console progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Sep 19, 2024
1 parent 4fa8348 commit 93300c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Samples/Downloader.Sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ public partial class Program

private static async Task Main()
{
// Recover the standard output stream so that a
// completion message can be displayed.
var standardOutput = new StreamWriter(Console.OpenStandardOutput());
standardOutput.AutoFlush = true;
Console.SetOut(standardOutput);

try
{
DummyHttpServer.HttpServer.Run(3333);
Expand Down

0 comments on commit 93300c0

Please sign in to comment.