mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
skip printouts
This commit is contained in:
parent
ebc739afb5
commit
4237a813cc
|
@ -2,7 +2,6 @@ package weed_server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"path"
|
"path"
|
||||||
|
@ -89,8 +88,6 @@ func (fs *FilerServer) doAutoChunk(ctx context.Context, w http.ResponseWriter, r
|
||||||
}
|
}
|
||||||
contentType := part1.Header.Get("Content-Type")
|
contentType := part1.Header.Get("Content-Type")
|
||||||
|
|
||||||
fmt.Printf("autochunk part header: %+v\n", part1.Header)
|
|
||||||
|
|
||||||
var fileChunks []*filer_pb.FileChunk
|
var fileChunks []*filer_pb.FileChunk
|
||||||
|
|
||||||
chunkOffset := int64(0)
|
chunkOffset := int64(0)
|
||||||
|
|
Loading…
Reference in a new issue