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 8e1e16b commit 1fb5d14Copy full SHA for 1fb5d14
cli/output/rpc_progress.go
@@ -64,7 +64,6 @@ func NewDownloadProgressBarCB() func(*rpc.DownloadProgress) {
64
mux.Lock()
65
defer mux.Unlock()
66
67
- // fmt.Printf(">>> %v\n", curr)
68
if start := curr.GetStart(); start != nil {
69
label = start.GetLabel()
70
bar = pb.New(0)
@@ -89,6 +88,7 @@ func NewDownloadProgressBarCB() func(*rpc.DownloadProgress) {
89
88
} else {
90
feedback.Print(label + " " + msg)
91
}
+ started = false
92
93
94
0 commit comments