1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 04:18:59 +02:00

skip printouts

This commit is contained in:
Chris Lu 2020-03-11 01:13:50 -07:00
parent ebc739afb5
commit 4237a813cc

View file

@ -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)