summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-24 13:06:35 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2019-11-24 13:06:35 -0500
commitfe9b3bd96f92bcd185caf61aeae27c65d65b8f1c (patch)
tree328064ce1579a5f5e7a6a11ef24fc4f54a8008b2
parentUpdate server utilities (no more health checks) (diff)
Remove more redundant comments
-rw-r--r--http/index.go2
1 files changed, 0 insertions, 2 deletions
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
}