From 10a58ae932266da4b8cf811fe7e479e861fa3639 Mon Sep 17 00:00:00 2001 From: bytedream Date: Thu, 14 Oct 2021 18:16:25 +0200 Subject: [PATCH] Removed unnecessary print --- format.go | 2 -- 1 file changed, 2 deletions(-) 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 {