Remove some printlns

This commit is contained in:
Miek Gieben
2016-11-10 14:09:49 +00:00
parent 9328a8e7a4
commit 8dd47dd932
2 changed files with 0 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ func (p Proxy) lookup(state request.Request, r *dns.Msg) (*dns.Msg, error) {
// hosts until timeout (or until we get a nil host).
for time.Now().Sub(start) < tryDuration {
host := upstream.Select()
println(host.Name)
if host == nil {
return nil, errUnreachable
}