diff --git a/testutil/test_helpers.go b/testutil/test_helpers.go index e99cc131a..b9ff5d890 100644 --- a/testutil/test_helpers.go +++ b/testutil/test_helpers.go @@ -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)