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

Commit

Permalink
remove common vars
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Apr 19, 2020
1 parent f599e96 commit d426b90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/products/crtprod.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ var CreateCmd = &cobra.Command{
},
}

var description, approval, displayName, quota, quotaInterval, quotaUnit string
var environments, proxies, scopes []string
var attrs map[string]string

func init() {

CreateCmd.Flags().StringVarP(&name, "name", "n",
Expand Down

0 comments on commit d426b90

Please sign in to comment.