Skip to content

Commit

Permalink
Remove regexp-matching debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Jan 2, 2024
1 parent d9e632a commit deaa180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func checkHost(
if !strings.Contains(host, ":") {
host = host + ":443"
} else if match := addrOverride.FindStringSubmatch(host); match != nil {
fmt.Printf("Match %s: %s\n", host, match)
config.ServerName = match[1]
host = match[2]
}
Expand Down

0 comments on commit deaa180

Please # to comment.