Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed Sep 2, 2021
1 parent ae319ea commit b8f2a7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/apps/29-fee/module_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package fee_test

import (
"fmt"

"github.com/cosmos/ibc-go/modules/apps/29-fee/types"
transfertypes "github.com/cosmos/ibc-go/modules/apps/transfer/types"
channeltypes "github.com/cosmos/ibc-go/modules/core/04-channel/types"
Expand Down Expand Up @@ -54,8 +52,6 @@ func (suite *FeeTestSuite) TestOnChanOpenInit() {

for _, tc := range testCases {
ctx := suite.chainA.GetContext()
fmt.Println(ctx)
fmt.Println(tc.name)
cap, err := suite.chainA.GetSimApp().ScopedIBCKeeper.NewCapability(ctx, tc.name)
suite.Require().NoError(err)
err = suite.module.OnChanOpenInit(
Expand Down

0 comments on commit b8f2a7a

Please sign in to comment.