Skip to content

Commit 6a91b7a

Browse files
committed
remove wrong comment
1 parent a8dc5a5 commit 6a91b7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/setting/hsts.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ var HSTS = struct {
2323

2424
func configHSTS() {
2525
sec := Cfg.Section("hsts")
26-
// Check mailer setting.
2726
if !sec.Key("ENABLED").MustBool() {
2827
return
2928
}

0 commit comments

Comments
 (0)