Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Nov 27, 2024
1 parent 162d052 commit 14ab7e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/solana/chainreader/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package chainreader
import (
"context"
"errors"
"log"

"github.com/gagliardetto/solana-go"

Expand Down Expand Up @@ -45,7 +44,6 @@ func doMethodBatchCall(ctx context.Context, client MultipleAccountGetter, bindin
// Fetch the account data
data, err := client.GetMultipleAccountData(ctx, keys...)
if err != nil {
log.Println("Error fetching account data:", err, keys)
return nil, err
}

Expand Down

0 comments on commit 14ab7e9

Please sign in to comment.