diff --git a/downloader.go b/downloader.go index ad60116..af9985f 100644 --- a/downloader.go +++ b/downloader.go @@ -94,7 +94,6 @@ func downloadFileWithSemaphore(ctx context.Context, progressReporter ProgressRep time.Sleep(retryDelay) continue } - fmt.Printf("Error: %v, cause: %v\n", err, context.Cause(ctx)) return err } file.Close()