Chore: delete redundant print

This commit is contained in:
beyondkmp 2018-10-30 10:50:57 +08:00 committed by Dreamacro
parent 370bc769d5
commit c5757a9b11

View File

@ -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)
}