Skip to content

Commit 0cd34bc

Browse files
committed
chore: remove print
1 parent 019c2d4 commit 0cd34bc

File tree

1 file changed

+0
-2
lines changed
  • modules/apps/29-fee/client/cli

1 file changed

+0
-2
lines changed

modules/apps/29-fee/client/cli/tx.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ func NewRegisterCounterpartyAddress() *cobra.Command {
107107
Example: fmt.Sprintf("%s tx ibc-fee register-counterparty cosmos1rsp837a4kvtgp2m4uqzdge0zzu6efqgucm0qdh cosmoss1sp921a4tttgpln6rqhdqe0zzu6efqgucm0qdh channel-0", version.AppName),
108108
Args: cobra.ExactArgs(3),
109109
RunE: func(cmd *cobra.Command, args []string) error {
110-
fmt.Print(args[0], args[1], args[2])
111-
112110
clientCtx, err := client.GetClientTxContext(cmd)
113111
if err != nil {
114112
return err

0 commit comments

Comments
 (0)