From ad60e797f4ac39a36d4db82825ad9b8db6955f1f Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Sat, 9 Dec 2023 10:29:12 +0800 Subject: [PATCH] =?UTF-8?q?recessive:=20=E7=A7=BB=E9=99=A4=20fmt.Println?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/file/file.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/file/file.go b/utils/file/file.go index 8cfe94c..81603f5 100644 --- a/utils/file/file.go +++ b/utils/file/file.go @@ -2,7 +2,6 @@ package file import ( "bufio" - "fmt" "github.com/kercylan98/minotaur/utils/slice" "io" "os" @@ -188,7 +187,6 @@ func ReadLineWithParallel(filename string, chunkSize int64, handlerFunc func(str } endMutex.Unlock() r := io.NewSectionReader(file, chunk[0], e-chunk[0]) - fmt.Println(chunk[0], e) scanner := bufio.NewScanner(r) for scanner.Scan() {