From c0b86f92fdd4549172472ef9aca34d4083a84e14 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 12 Feb 2020 12:12:29 -0800 Subject: [PATCH] Removing uncessary client command. --- examples/client.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/client.go b/examples/client.go index 4f153e5..f0dcedf 100644 --- a/examples/client.go +++ b/examples/client.go @@ -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)