remove debug

This commit is contained in:
Miek Gieben 2016-08-23 17:35:20 +01:00
parent 47f4e165a0
commit 1c31f1e7f3
2 changed files with 0 additions and 4 deletions

View file

@ -68,8 +68,6 @@ func (k *Kubernetes) InitKubeCache() error {
}
k.APIConn = newdnsController(kubeClient, k.ResyncPeriod, k.Selector)
log.Printf("[debug] k8s controller initialized: %s\n", k)
return err
}