Skip to content

Commit ddf1103

Browse files
committed
fix(apikey) Remove print statement
1 parent a11c395 commit ddf1103

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/apikey/list/list.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ func runListCmd(opts *ListOptions) error {
6565
return err
6666
}
6767

68-
fmt.Print(res)
69-
7068
if opts.PrintFlags.OutputFlagSpecified() && opts.PrintFlags.OutputFormat != nil {
7169
p, err := opts.PrintFlags.ToPrinter()
7270
if err != nil {

0 commit comments

Comments
 (0)