diff --git a/format.go b/format.go index 8b9437c..691cd47 100644 --- a/format.go +++ b/format.go @@ -114,8 +114,6 @@ func (f *Format) DownloadSegments(outputDir string, goroutines int, onSegmentDow } i := i - fmt.Println(i, end) - go func() { for j, segment := range segments[i:end] { select {