chore: remove accidental println (#18864)
This commit is contained in:
parent
c5191041a2
commit
51b72d297a
@ -2,7 +2,6 @@ package keeper
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/hashicorp/go-metrics"
|
||||
|
||||
@ -201,7 +200,7 @@ func (k msgServer) Burn(goCtx context.Context, msg *types.MsgBurn) (*types.MsgBu
|
||||
if !coins.IsValid() {
|
||||
return nil, errorsmod.Wrap(sdkerrors.ErrInvalidCoins, coins.String())
|
||||
}
|
||||
fmt.Println("coins", coins)
|
||||
|
||||
if !coins.IsAllPositive() {
|
||||
return nil, errorsmod.Wrap(sdkerrors.ErrInvalidCoins, coins.String())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user