derp/derphttp: remove a redundant log message

This commit is contained in:
Brad Fitzpatrick 2020-03-23 21:22:50 -07:00
parent 1d3f45f9be
commit e749377a56

View File

@ -18,7 +18,6 @@
"fmt"
"io"
"io/ioutil"
"log"
"net"
"net/http"
"net/url"
@ -144,7 +143,6 @@ func (c *Client) connect(ctx context.Context, caller string) (client *derp.Clien
hostOrIP := host
var d net.Dialer
log.Printf("Dialing: %q", net.JoinHostPort(host, urlPort(c.url)))
if c.DNSCache != nil {
ip, err := c.DNSCache.LookupIP(ctx, host)