Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
cmd/swarm: remove number of chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Sep 27, 2019
1 parent 9112e26 commit 8fcc78c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/swarm/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ func createTagBars(tag *chunk.Tag) map[string]*mpb.Bar {
mpb.PrependDecorators(
// align the elements with a constant size (10 chars)
decor.Name(state.name, decor.WC{W: 10, C: decor.DidentRight}),
// add unit counts
decor.CountersNoUnit("%d / %d", decor.WCSyncSpace),
// replace ETA decorator with "done" message, OnComplete event
decor.OnComplete(
// ETA decorator with ewma age of 60, and width reservation of 4
Expand Down

0 comments on commit 8fcc78c

Please sign in to comment.