Removed unnecessary print

This commit is contained in:
bytedream 2021-10-14 18:16:25 +02:00
parent bc3bfb1c5f
commit 10a58ae932

View file

@ -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 {