We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d9e6e commit c57b075Copy full SHA for c57b075
daemon/client/client.go
@@ -278,12 +278,6 @@ func main() {
278
if resperr := compResp.GetErrStream(); resperr != nil {
279
fmt.Printf(">> STDERR: %s", resperr)
280
}
281
- if compResp.GetDownloadProgress() != nil {
282
- fmt.Printf(">> DOWNLOAD: %s\n", compResp.GetDownloadProgress())
283
- }
284
- if compResp.GetTaskProgress() != nil {
285
- fmt.Printf(">> TASK: %s\n", compResp.GetTaskProgress())
286
287
288
289
// UPLOAD
0 commit comments