mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
Removing printlns from test code
This commit is contained in:
@@ -19,7 +19,6 @@ package split
|
||||
import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"log"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
@@ -39,7 +38,6 @@ func (s *MySuite) TestSplitStream(c *C) {
|
||||
bytesWriter.Write([]byte(strconv.Itoa(i)))
|
||||
}
|
||||
bytesWriter.Flush()
|
||||
log.Println(strconv.Itoa(bytesBuffer.Len()))
|
||||
ch := make(chan SplitMessage)
|
||||
reader := bytes.NewReader(bytesBuffer.Bytes())
|
||||
go SplitStream(reader, 25, ch)
|
||||
|
||||
Reference in New Issue
Block a user