mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:47:38 +08:00
remove println
This commit is contained in:
@@ -42,8 +42,6 @@ func parseMultipart(r *http.Request, sizeLimit int64) (
|
|||||||
fileName = path.Base(fileName)
|
fileName = path.Base(fileName)
|
||||||
}
|
}
|
||||||
|
|
||||||
println("reading part", sizeLimit)
|
|
||||||
|
|
||||||
data, e = ioutil.ReadAll(io.LimitReader(part, sizeLimit+1))
|
data, e = ioutil.ReadAll(io.LimitReader(part, sizeLimit+1))
|
||||||
if e != nil {
|
if e != nil {
|
||||||
glog.V(0).Infoln("Reading Content [ERROR]", e)
|
glog.V(0).Infoln("Reading Content [ERROR]", e)
|
||||||
|
Reference in New Issue
Block a user