From 2433e3488f33bea497120b6f2cf9058e639707b5 Mon Sep 17 00:00:00 2001 From: Xpl0itU <24777100+Xpl0itU@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:15:48 +0200 Subject: [PATCH] Remove advanced debugging techniques --- downloader.go | 1 - 1 file changed, 1 deletion(-) 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()