diff --git a/node/fasthttp-client/client.go b/node/fasthttp-client/client.go index 0a6b840b..a14babd7 100644 --- a/node/fasthttp-client/client.go +++ b/node/fasthttp-client/client.go @@ -3,7 +3,6 @@ package fasthttp_client import ( "crypto/tls" "fmt" - "github.com/eolinker/eosc/log" "net" "strings" "sync" @@ -176,7 +175,7 @@ func (c *Client) ProxyTimeout(addr string, host string, req *fasthttp.Request, r //} else { // request.SetRequestURI(requestURI) //} - log.Info("requestURI:", request.URI().String()+", host:", request.Host(), " body:", string(request.Body())) + //log.Info("requestURI:", request.URI().String()+", host:", request.Host(), " body:", string(request.Body())) return client.DoTimeout(req, resp, timeout) //if err != nil { // return err