mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-03 13:07:48 +08: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 New Issue
Block a user