Skip to content

Commit

Permalink
rm print from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 19, 2024
1 parent 76a73d5 commit 37af5de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/ibc-rate-limit/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,12 +595,6 @@ func (suite *MiddlewareTestSuite) TestDenomRestrictionFlow() {
func (suite *MiddlewareTestSuite) InstantiateRLContract(quotas string) sdk.AccAddress {
app := suite.GetNeutronZoneApp(suite.ChainA)
transferModule := app.AccountKeeper.GetModuleAddress(transfertypes.ModuleName)
fmt.Println(fmt.Sprintf(`{
"gov_module": "%s",
"ibc_module":"%s",
"paths": [%s]
}`,
testutil.TestOwnerAddress, transferModule, quotas))
initMsgBz := []byte(fmt.Sprintf(`{
"gov_module": "%s",
"ibc_module":"%s",
Expand Down

0 comments on commit 37af5de

Please sign in to comment.