diff --git a/pkg/component/controller/kine.go b/pkg/component/controller/kine.go index 3490c3205059..07f7051ee151 100644 --- a/pkg/component/controller/kine.go +++ b/pkg/component/controller/kine.go @@ -104,7 +104,6 @@ func (k *Kine) Init(_ context.Context) error { // Run runs kine func (k *Kine) Start(ctx context.Context) error { logrus.Info("Starting kine") - logrus.Debugf("datasource: %s", k.Config.DataSource) k.ctx = ctx k.supervisor = supervisor.Supervisor{