houyaf 3 年之前
父節點
當前提交
27a53a1fbb
共有 1 個文件被更改,包括 0 次插入2 次删除
  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
 }