Skip to content

Commit

Permalink
remove more debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Azzarello committed Apr 13, 2018
1 parent 31a6be4 commit b4a5f49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func DialContext(ctx context.Context, rawurl string) (*Client, error) {
}
switch u.Scheme {
case "http", "https":
log.Debug(fmt.Sprintf("connecting to rpc url %s", rawurl))
return DialHTTP(rawurl)
case "ws", "wss":
return DialWebsocket(ctx, rawurl, "")
Expand Down

0 comments on commit b4a5f49

Please sign in to comment.