Commit c57b0755 authored by Cristian Maglie's avatar Cristian Maglie

Fixed client go regression

parent 11d9e6e3
......@@ -278,12 +278,6 @@ func main() {
if resperr := compResp.GetErrStream(); resperr != nil {
fmt.Printf(">> STDERR: %s", resperr)
}
if compResp.GetDownloadProgress() != nil {
fmt.Printf(">> DOWNLOAD: %s\n", compResp.GetDownloadProgress())
}
if compResp.GetTaskProgress() != nil {
fmt.Printf(">> TASK: %s\n", compResp.GetTaskProgress())
}
}
// UPLOAD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment