aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 63df66e..0710a89 100644
--- a/main.go
+++ b/main.go
@@ -30,7 +30,6 @@ type Entry struct {
}
func (r Route) SNI(h *tls.ClientHelloInfo) (*tls.Certificate, error) {
- log.Println("request cert for", h.ServerName)
if e, ok := r[h.ServerName]; ok && e.Cert != nil {
return e.Cert, nil
}