Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Mar 30, 2023
1 parent 7018f44 commit 4444da0
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 @@ -352,7 +352,6 @@ func parseServer() (string, string, error) {
log.Tracef("Port is %s, not overriding", port)
}

log.Infof("Using DNS server: %s://%s:%s", scheme, host, port)
fqdn := scheme + "://" + host
if scheme != "https" {
fqdn += ":" + port
Expand Down

0 comments on commit 4444da0

Please sign in to comment.