mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 02:13:13 +08:00
Chore: delete redundant print
This commit is contained in:
parent
370bc769d5
commit
c5757a9b11
@ -120,7 +120,6 @@ func (c *Client) New(conn net.Conn, dst *DstAddr) (net.Conn, error) {
|
|||||||
if resp != nil {
|
if resp != nil {
|
||||||
reason = resp.Status
|
reason = resp.Status
|
||||||
}
|
}
|
||||||
println(uri.String(), err.Error())
|
|
||||||
return nil, fmt.Errorf("Dial %s error: %s", host, reason)
|
return nil, fmt.Errorf("Dial %s error: %s", host, reason)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user