From 9cd20c81fcd747049a952f77edd24a76b24dff46 Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 1 Oct 2015 13:01:44 -0400 Subject: [PATCH] This is not the commit you are looking for --- upload.go | 1 - 1 file changed, 1 deletion(-) diff --git a/upload.go b/upload.go index 53d8211..ca1dcf6 100644 --- a/upload.go +++ b/upload.go @@ -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