* fix(dep): add dep

* chore(log): remove useless log

* chore: add PR template
This commit is contained in:
Hexxa 2018-05-29 08:38:05 -05:00 committed by GitHub
parent 44b6e65926
commit 24c6c03552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View file

@ -81,9 +81,6 @@ func (srv *SrvShare) UploadHandler(res http.ResponseWriter, req *http.Request) {
return
}
srv.Log.Println("form", req.Form)
srv.Log.Println("pform", req.PostForm)
srv.Log.Println("mform", req.MultipartForm)
ack := make(chan error, 1)
ok := srv.WorkerPool.Put(&worker.Task{
Ack: ack,