This commit is contained in:
Chris Lu
2020-03-27 00:30:39 -07:00
parent 2286eda575
commit 2f5ed29c37
2 changed files with 1 additions and 3 deletions

View File

@@ -108,7 +108,6 @@ func (c *ChunkStreamReader) Read(p []byte) (n int, err error) {
return 0, io.EOF
}
chunkView := c.chunkViews[c.chunkIndex]
println("fetch1")
c.fetchChunkToBuffer(chunkView)
c.chunkIndex++
}