diff --git a/pkg/internal/kubernetes-operation.go b/pkg/internal/kubernetes-operation.go index 9842a31..29fb438 100644 --- a/pkg/internal/kubernetes-operation.go +++ b/pkg/internal/kubernetes-operation.go @@ -4,7 +4,6 @@ import ( "bytes" "fmt" "io/ioutil" - "log" "strconv" "strings" "time" @@ -184,7 +183,6 @@ func SetWorker(worker []string, filename string) { jsonByte := getConf(filename) var value string value = string(jsonByte) - log.Println("roshani", len(worker)) if len(worker) != 0 { for i := 0; i < len(worker); i++ { value, _ = sjson.Set(value, "spec.clusters."+strconv.Itoa(i), worker[i])