Skip to content

Commit 40f9592

Browse files
committed
Cleanup
1 parent 482e8a2 commit 40f9592

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

relayer/relays/beefy/scanner.go

-5
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@ func scanSafeCommitments(ctx context.Context, meta *types.Metadata, api *gsrpc.S
206206
sendError(result.Error)
207207
return
208208
}
209-
log.WithFields(log.Fields{
210-
"blockNumber": result.BlockNumber,
211-
"depth": result.Depth,
212-
"commitment": result.SignedCommitment.Commitment,
213-
}).Info("fetch commitment")
214209

215210
blockNumber := result.SignedCommitment.Commitment.BlockNumber
216211
blockHash, err := api.RPC.Chain.GetBlockHash(uint64(blockNumber))

0 commit comments

Comments
 (0)