Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Sep 12, 2024
1 parent d6dbc56 commit d3bfe11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/progressbar/progressbarmng.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ func barStyle(isGeneral bool) mpb.BarStyleComposer {
filler = "🟩"
}
}
// Should look like this at the beginning: [🟦 ] and then [🟦🟦 ] and so on.
// Or like this for windows: [●..........] and then [●●.........] and so on.
// Should look like this at the beginning: [🟦 ] and then [🟦🟦 ] and so on. (Or for windows: [●..........] and then [●●.........])
return mpb.BarStyle().Lbound("[" + filler).Filler(filler).Tip(filler).Padding(padding).Refiller("").Rbound("]")
}

Expand Down

0 comments on commit d3bfe11

Please sign in to comment.