mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-24 12:07:13 -04:00
Remove advanced debugging techniques
This commit is contained in:
parent
2d39287df3
commit
2433e3488f
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue