Chore: delete redundant print
This commit is contained in:
parent
73a2dcd357
commit
2ecfca0712
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ func (c *Client) New(conn net.Conn, dst *DstAddr) (net.Conn, error) {
|
|||
if resp != nil {
|
||||
reason = resp.Status
|
||||
}
|
||||
println(uri.String(), err.Error())
|
||||
return nil, fmt.Errorf("Dial %s error: %s", host, reason)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue