Skip to content

Commit

Permalink
Remove extraneous output (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrash committed Dec 5, 2023
1 parent a608e41 commit 8f01d19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package client

import (
"context"
"log"

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

// Connect connects to the provided url
func Connect(url string) (Client, error) {
log.Printf("Connecting to %v...", url)

ctx, cancel := context.WithTimeout(context.Background(), config.Default().DialTimeout)
defer cancel()

Expand Down

0 comments on commit 8f01d19

Please sign in to comment.