Skip to content

Commit

Permalink
remove unused var #55
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Aug 15, 2022
1 parent 76ceeac commit 86263b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/org/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var ImportCmd = &cobra.Command{
},
RunE: func(cmd *cobra.Command, args []string) (err error) {

var keystoreList, kvmList []string
var kvmList []string

clilog.Warning.Println("Calls to Apigee APIs have a quota of 6000 per min. Running this tool against large list of entities can exhaust that quota and impact the usage of the platform.")

Expand Down

0 comments on commit 86263b1

Please sign in to comment.