aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write_autochunk.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/server/filer_server_handlers_write_autochunk.go')
-rw-r--r--weed/server/filer_server_handlers_write_autochunk.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/server/filer_server_handlers_write_autochunk.go b/weed/server/filer_server_handlers_write_autochunk.go
index a2672b836..666004c33 100644
--- a/weed/server/filer_server_handlers_write_autochunk.go
+++ b/weed/server/filer_server_handlers_write_autochunk.go
@@ -2,7 +2,6 @@ package weed_server
import (
"context"
- "fmt"
"io"
"net/http"
"path"
@@ -89,8 +88,6 @@ func (fs *FilerServer) doAutoChunk(ctx context.Context, w http.ResponseWriter, r
}
contentType := part1.Header.Get("Content-Type")
- fmt.Printf("autochunk part header: %+v\n", part1.Header)
-
var fileChunks []*filer_pb.FileChunk
chunkOffset := int64(0)