Codebase list golang-github-vbauerster-mpb / 97f0c19
Remove obsolete comment Vladimir Bauer 9 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
105105 var ok bool
106106 for i, bar := range c.bars {
107107 if bar == b {
108 // bar.remove()
109108 bar.Complete()
110109 c.bars = append(c.bars[:i], c.bars[i+1:]...)
111110 ok = true