Skip to content

Commit 8f01d19

Browse files
authored
Remove extraneous output (centrifuge#343)
1 parent a608e41 commit 8f01d19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/client.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package client
1818

1919
import (
2020
"context"
21-
"log"
2221

2322
"github.com/centrifuge/go-substrate-rpc-client/v4/config"
2423
gethrpc "github.com/centrifuge/go-substrate-rpc-client/v4/gethrpc"
@@ -70,8 +69,6 @@ func (c client) Close() {
7069

7170
// Connect connects to the provided url
7271
func Connect(url string) (Client, error) {
73-
log.Printf("Connecting to %v...", url)
74-
7572
ctx, cancel := context.WithTimeout(context.Background(), config.Default().DialTimeout)
7673
defer cancel()
7774

0 commit comments

Comments
 (0)