8000 Fix download progress bar (not always displayed) by cmaglie · Pull Request #1980 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

Fix download progress bar (not always displayed) #1980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove debug leftovers
  • Loading branch information
cmaglie committed Nov 16, 2022
commit bdfc06af743325709f470558dce6e850f659da19
1 change: 0 additions & 1 deletion cli/output/rpc_progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func NewDownloadProgressBarCB() func(*rpc.DownloadProgress) {
mux.Lock()
defer mux.Unlock()

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