Skip to content

Commit

Permalink
cleanup debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell committed Jul 24, 2023
1 parent 74ec6fb commit 143457f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/evmutil/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func getCmdConvertEvmERC20ToCoin() *cobra.Command {
}

signer := clientCtx.GetFromAddress()
fmt.Println("signer: ", signer.String())
initiator, err := ParseAddrFromHexOrBech32(signer.String())
if err != nil {
return err
Expand All @@ -120,8 +119,6 @@ func getCmdConvertEvmERC20ToCoin() *cobra.Command {
return err
}

fmt.Printf("%+v\n", msg)

return tx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), &msg)
},
}
Expand Down

0 comments on commit 143457f

Please sign in to comment.