Skip to content

Commit

Permalink
This is not the commit you are looking for
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarcu committed Oct 1, 2015
1 parent c339a8c commit 9cd20c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func uploadPostHandler(c web.C, w http.ResponseWriter, r *http.Request) {
upReq.src = file
upReq.filename = headers.Filename
} else {
fmt.Println(r.Header.Get("Content-Type"))
if r.FormValue("content") == "" {
oopsHandler(c, w, r)
return
Expand Down

0 comments on commit 9cd20c8

Please sign in to comment.