From fe9b3bd96f92bcd185caf61aeae27c65d65b8f1c Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 24 Nov 2019 13:06:35 -0500 Subject: Remove more redundant comments --- http/index.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'http') diff --git a/http/index.go b/http/index.go index 4bb9567..124e172 100644 --- a/http/index.go +++ b/http/index.go @@ -6,7 +6,5 @@ import ( ) func Index(ctx *fasthttp.RequestCtx) { - //b := new(bytes.Buffer) - //template.Index(b) ctx.SuccessString("text/html", template.Index()) // render template } -- cgit v1.2.3