Remove advanced debugging techniques

This commit is contained in:
Xpl0itU 2024-04-14 17:15:48 +02:00
parent 2d39287df3
commit 2433e3488f

View file

@ -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()