Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandrejev committed Mar 21, 2023
1 parent 94701be commit 07c6cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testutil/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ func (suite *IBCConnectionTestSuite) ConfigureTransferChannel() {

func (suite *IBCConnectionTestSuite) FundAcc(acc sdk.AccAddress, amounts sdk.Coins) {
bankKeeper := suite.GetNeutronZoneApp(suite.ChainA).BankKeeper
fmt.Printf("FundAcc: %s, %s\n", acc, amounts)
err := bankKeeper.MintCoins(suite.ChainA.GetContext(), tokenfactorytypes.ModuleName, amounts)
suite.Require().NoError(err)

Expand Down

0 comments on commit 07c6cae

Please sign in to comment.