We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a608e41 commit 8f01d19Copy full SHA for 8f01d19
client/client.go
@@ -18,7 +18,6 @@ package client
18
19
import (
20
"context"
21
- "log"
22
23
"github.com/centrifuge/go-substrate-rpc-client/v4/config"
24
gethrpc "github.com/centrifuge/go-substrate-rpc-client/v4/gethrpc"
@@ -70,8 +69,6 @@ func (c client) Close() {
70
69
71
// Connect connects to the provided url
72
func Connect(url string) (Client, error) {
73
- log.Printf("Connecting to %v...", url)
74
-
75
ctx, cancel := context.WithTimeout(context.Background(), config.Default().DialTimeout)
76
defer cancel()
77
0 commit comments