diff --git a/progress.go b/progress.go index 05918b1..7158cd4 100644 --- a/progress.go +++ b/progress.go @@ -216,11 +216,9 @@ if isClosed(p.done) { return } - // fmt.Println("inside p.Stop") p.wg.Wait() p.beforeStopCh <- struct{}{} - // fmt.Println("signal sent to p.beforeStopCh") // wait for p.server to quit <-p.done } @@ -333,7 +331,6 @@ b.flushed() } case <-p.beforeStopCh: - // fmt.Println("case beforeStopCh") for _, b := range bars { if b.GetStatistics().Total <= 0 { fmt.Println("completing the bar: ", b)