1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-15 23:22:05 +02:00

remove println

This commit is contained in:
Chris Lu 2020-01-07 21:49:28 -08:00
parent dc9457fb87
commit 9995d3bcb5

View file

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