Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 29, 2023
1 parent 814a542 commit bb5a039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,6 @@ func (app *MigalooApp) LegacyAmino() *codec.LegacyAmino {
// NOTE: This is solely to be used for testing purposes.
func (app *MigalooApp) GetSubspace(moduleName string) paramstypes.Subspace {
subspace, _ := app.ParamsKeeper.GetSubspace(moduleName)
fmt.Println(moduleName, subspace)
return subspace
}

Expand Down

0 comments on commit bb5a039

Please sign in to comment.