mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
remove more debug logging
This commit is contained in:
parent
31a6be44db
commit
b4a5f49cbc
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ func DialContext(ctx context.Context, rawurl string) (*Client, error) {
|
||||||
}
|
}
|
||||||
switch u.Scheme {
|
switch u.Scheme {
|
||||||
case "http", "https":
|
case "http", "https":
|
||||||
log.Debug(fmt.Sprintf("connecting to rpc url %s", rawurl))
|
|
||||||
return DialHTTP(rawurl)
|
return DialHTTP(rawurl)
|
||||||
case "ws", "wss":
|
case "ws", "wss":
|
||||||
return DialWebsocket(ctx, rawurl, "")
|
return DialWebsocket(ctx, rawurl, "")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue