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
 }