We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15097bc commit 3041e66Copy full SHA for 3041e66
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)
0 commit comments