aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/stream.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/stream.go')
-rw-r--r--weed/filer2/stream.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/filer2/stream.go b/weed/filer2/stream.go
index 2a2ef5e48..d71ef71f6 100644
--- a/weed/filer2/stream.go
+++ b/weed/filer2/stream.go
@@ -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++
}