fix: remove debug log

This commit is contained in:
bryan 2025-07-02 12:05:06 +08:00
parent 57e6cb33dc
commit da6a19186f

View File

@ -95,7 +95,6 @@ func DialWithProxy(addr string, proxyAddr string) (*Client, error) {
if err != nil {
return nil, fmt.Errorf("proxy.SOCKS5 error: %w", err)
}
fmt.Println("dialer=================", dialer)
conn, err := dialer.Dial("tcp", addr)
if err != nil {