Browse Source

skip printouts

tikv 1.61
Chris Lu 5 years ago
parent
commit
4237a813cc
  1. 3
      weed/server/filer_server_handlers_write_autochunk.go

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

Loading…
Cancel
Save