diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-07 21:49:28 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-07 21:49:28 -0800 |
| commit | 9995d3bcb581d3d20e152ff2a359b22b6a8563fd (patch) | |
| tree | 3e1eb7195e6ade43c3cd823f86d2c0cd3655842f | |
| parent | dc9457fb8718f607a96ccc41d610063bf364f50a (diff) | |
| download | seaweedfs-9995d3bcb581d3d20e152ff2a359b22b6a8563fd.tar.xz seaweedfs-9995d3bcb581d3d20e152ff2a359b22b6a8563fd.zip | |
remove println
| -rw-r--r-- | weed/storage/needle/needle_parse_multipart.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/storage/needle/needle_parse_multipart.go b/weed/storage/needle/needle_parse_multipart.go index f0a239f9f..8c9032f5f 100644 --- a/weed/storage/needle/needle_parse_multipart.go +++ b/weed/storage/needle/needle_parse_multipart.go @@ -42,8 +42,6 @@ func parseMultipart(r *http.Request, sizeLimit int64) ( fileName = path.Base(fileName) } - println("reading part", sizeLimit) - data, e = ioutil.ReadAll(io.LimitReader(part, sizeLimit+1)) if e != nil { glog.V(0).Infoln("Reading Content [ERROR]", e) |
