aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/stream.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-27 00:30:39 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-27 00:30:39 -0700
commit2f5ed29c37c204fb461498b9f3c51f76442ca01c (patch)
tree6d68d3653bb440fe57c44c38544da64fab5a8856 /weed/filer2/stream.go
parent2286eda575861cceb4464bf677e9885e069de385 (diff)
downloadseaweedfs-2f5ed29c37c204fb461498b9f3c51f76442ca01c.tar.xz
seaweedfs-2f5ed29c37c204fb461498b9f3c51f76442ca01c.zip
clean up
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++
}