mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove debug message
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@55 282b0af5-e82d-9cf1-ede4-77906d7719d0
This commit is contained in:
parent
d46e588200
commit
008b3fbbc9
|
@ -31,7 +31,7 @@ func NewNeedle(r *http.Request) (n *Needle, e error) {
|
|||
return
|
||||
}
|
||||
part, _ := form.NextPart()
|
||||
log.Println("uploading file " + part.FileName())
|
||||
//log.Println("uploading file " + part.FileName())
|
||||
data, _ := ioutil.ReadAll(part)
|
||||
n.Data = data
|
||||
|
||||
|
|
Loading…
Reference in a new issue