mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-25 04:24:48 -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)
|
time.Sleep(retryDelay)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Printf("Error: %v, cause: %v\n", err, context.Cause(ctx))
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
file.Close()
|
file.Close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue