From 979857fe61ea274ed0cc8f6f05843579b35f065c 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 --- 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 7aad4d146efd..7b3f25117209 100644 --- a/pkg/component/controller/kine.go +++ b/pkg/component/controller/kine.go @@ -105,7 +105,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{