Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Feb 8, 2020
1 parent d54085f commit 6f58124
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/apps/genkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
package apps

import (
"strings"

"github.com/spf13/cobra"
"github.com/srinandan/apigeecli/apiclient"
"github.com/srinandan/apigeecli/client/apps"
Expand Down Expand Up @@ -58,9 +56,3 @@ func init() {
_ = GenKeyCmd.MarkFlagRequired("devid")
_ = GenKeyCmd.MarkFlagRequired("prods")
}

func getArrayStr(str []string) string {
tmp := strings.Join(str, ",")
tmp = strings.ReplaceAll(tmp, ",", "\",\"")
return tmp
}

0 comments on commit 6f58124

Please sign in to comment.