From e09bd03eecfb53a9d4e5953096bce65465159db7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 29 Jul 2017 14:32:07 +0100 Subject: [PATCH] Update auth --- auth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/auth.go b/auth.go index 58b40e39..81736ea9 100644 --- a/auth.go +++ b/auth.go @@ -84,7 +84,6 @@ func printToken(c *RequestContext, w http.ResponseWriter) (int, error) { return http.StatusInternalServerError, err } - // Writes the token. w.Header().Set("Content-Type", "cty") w.Write([]byte(string))