houyaf 3 years ago
parent
commit
27a53a1fbb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      web/main.go

+ 0 - 2
web/main.go

@@ -52,8 +52,6 @@ func makeAccessLog() *accesslog.AccessLog {
 		Indent:    "  ",
 		HumanTime: true,
 	})
-	// ac.SetFormatter(&accesslog.CSV{})
-	// ac.SetFormatter(&accesslog.Template{Text: "{{.Code}}"})
 
 	return ac
 }