Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 7, 2024
1 parent 0e11799 commit 9ee83d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interchaintest/globalfee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ func bankSendWithFees(t *testing.T, ctx context.Context, chain *cosmos.CosmosCha
stdout, _, err := chain.Exec(ctx, cmd, nil)
require.NoError(t, err)

t.Log(string(stdout))

if err := testutil.WaitForBlocks(ctx, 2, chain); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 9ee83d8

Please sign in to comment.