Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jun 18, 2024
1 parent 067badc commit 610ed58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/move/keeper/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bytes"
"context"
"errors"
"fmt"

"cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -49,8 +48,6 @@ func (api GoApi) GetAccountInfo(addr vmtypes.AccountAddress) (bool /* found */,
}

isBlocked := api.bankKeeper.BlockedAddr(sdkAddr)
fmt.Println("acc", acc)
fmt.Println("isBlocked", isBlocked)
return true, acc.GetAccountNumber(), acc.GetSequence(), accType, isBlocked
}

Expand Down

0 comments on commit 610ed58

Please sign in to comment.