Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bowman committed Dec 2, 2024
1 parent 4a66736 commit fb33573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icq-relayer/pkg/types/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func (r *ReadOnlyChainConfig) Tx(hash []byte) (*codectypes.Any, int64, error) {
if err := cmtjson.Unmarshal(response.Result, &result); err != nil {
return proofAny, 0, fmt.Errorf("error unmarshalling result: %w+", err)
}
fmt.Println(result)
txProtoProof := result.Proof.ToProto()
protoProof := proofs.TendermintProof{
TxProof: &txProtoProof,
Expand Down

0 comments on commit fb33573

Please sign in to comment.