Removing uncessary client command.

This commit is contained in:
Renan DelValle 2020-02-12 12:12:29 -08:00
parent 48f8d65297
commit c0b86f92fd
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -451,13 +451,6 @@ func main() {
}
fmt.Println(resp.String())
case "variableBatchStep":
step, err := r.VariableBatchStep(aurora.JobUpdateKey{Job: job.JobKey(), ID: updateId})
if err != nil {
log.Fatal(err)
}
fmt.Println(step)
case "taskConfig":
fmt.Println("Getting job info")
live, err := r.GetInstanceIds(job.JobKey(), aurora.ACTIVE_STATES)