Skip to content

Commit

Permalink
Remove unnecessary print (#872)
Browse files Browse the repository at this point in the history
sd
  • Loading branch information
BrandonWeng authored Jun 13, 2023
1 parent 8863dbf commit b897550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/mint/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ func NewKeeper(
// ensure mint module account is set
if addr := ak.GetModuleAddress(types.ModuleName); addr == nil {
panic("the mint module account has not been set")
} else {
println(addr.String())
}

// set KeyTable if it has not already been set
Expand Down

0 comments on commit b897550

Please sign in to comment.