Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking committed Feb 23, 2022
1 parent 019c2d4 commit 0cd34bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/apps/29-fee/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ func NewRegisterCounterpartyAddress() *cobra.Command {
Example: fmt.Sprintf("%s tx ibc-fee register-counterparty cosmos1rsp837a4kvtgp2m4uqzdge0zzu6efqgucm0qdh cosmoss1sp921a4tttgpln6rqhdqe0zzu6efqgucm0qdh channel-0", version.AppName),
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) error {
fmt.Print(args[0], args[1], args[2])

clientCtx, err := client.GetClientTxContext(cmd)
if err != nil {
return err
Expand Down

0 comments on commit 0cd34bc

Please sign in to comment.