Skip to content

Commit

Permalink
e2e: remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Mar 25, 2024
1 parent 3a55334 commit 4878ea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/tests/interchain_accounts/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ func (s *InterchainAccountsQueryTestSuite) TestInterchainAccountsQuery() {
ackBz, err := hex.DecodeString(attr.Value)
s.Require().NoError(err)

s.T().Logf("ack found: %s", string(ackBz))

err = json.Unmarshal(ackBz, ack)
s.Require().NoError(err)

Expand Down

0 comments on commit 4878ea7

Please sign in to comment.