Chore: remove println
This commit is contained in:
parent
344a9da335
commit
946326aae9
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ func (c *client) ExchangeContext(ctx context.Context, m *D.Msg) (msg *D.Msg, err
|
|||
} else {
|
||||
var err error
|
||||
if ip, err = c.r.ResolveIP(c.host); err != nil {
|
||||
println("?")
|
||||
return nil, fmt.Errorf("use default dns resolve failed: %w", err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue