houyaf 3 vuotta sitten
vanhempi
commit
27a53a1fbb
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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
 }