From 0a946b8133d23d4a3fe26918c2d1d008b0ece87d Mon Sep 17 00:00:00 2001 From: Alexey Makhov Date: Thu, 11 Apr 2024 14:32:34 +0300 Subject: [PATCH] Fix kind dsn leakage Signed-off-by: Alexey Makhov (cherry picked from commit 979857fe61ea274ed0cc8f6f05843579b35f065c) --- pkg/component/controller/kine.go | 1 - 1 file changed, 1 deletion(-) 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{