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

@ -2,7 +2,6 @@ package kubernetes
import (
"fmt"
"log"
"sync"
"time"
@ -150,7 +149,6 @@ func (dns *dnsController) Stop() error {
// Run starts the controller.
func (dns *dnsController) Run() {
log.Printf("[debug] starting k8s controller: %s\n", dns)
go dns.endpController.Run(dns.stopCh)
go dns.svcController.Run(dns.stopCh)
go dns.nsController.Run(dns.stopCh)