Skip to content

Commit f7708c0

Browse files
committed
Fixed client go regression
1 parent 75b91ac commit f7708c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

daemon/client/client.go

-6
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,6 @@ func main() {
278278
if resperr := compResp.GetErrStream(); resperr != nil {
279279
fmt.Printf(">> STDERR: %s", resperr)
280280
}
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-
}
287281
}
288282

289283
// UPLOAD

0 commit comments

Comments
 (0)