chore: Fix linter issues

This commit is contained in:
2024-01-01 20:07:43 +01:00
parent 3012878c94
commit ebdd56013d
2 changed files with 2 additions and 4 deletions

View File

@@ -146,9 +146,6 @@ func MakeTlsConfig(pagesDomain, cachePath string, cache *certificates.Certificat
cache.AddCert(cert, cachePath)
return cert.TlsCertificate, nil
}
log.Debugf("TLS ServerName: %s", info.ServerName)
return cache.FallbackCertificate.TlsCertificate, nil
},
NextProtos: []string{
"http/0.9",