remove debugging

pull/6717/head
Medya Gh 2020-02-20 14:01:04 -08:00
parent c85fe4955d
commit a2be045f16
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ func (k *Bootstrapper) StartCluster(cfg config.MachineConfig) error {
return errors.Wrap(err, "timed out waiting to elevate kube-system RBAC privileges")
}
}
fmt.Println("about to apply node labels")
if err := k.applyNodeLabels(cfg); err != nil {
glog.Warningf("unable to apply node labels: %v", err)
}