Skip to content

Commit 3041e66

Browse files
committed
Remove debug leftovers
1 parent 15097bc commit 3041e66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cli/output/rpc_progress.go

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func NewDownloadProgressBarCB() func(*rpc.DownloadProgress) {
6464
mux.Lock()
6565
defer mux.Unlock()
6666

67-
// fmt.Printf(">>> %v\n", curr)
6867
if start := curr.GetStart(); start != nil {
6968
label = start.GetLabel()
7069
bar = pb.New(0)

0 commit comments

Comments
 (0)