Skip to content

Commit

Permalink
Fix kind dsn leakage
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Makhov <[email protected]>
(cherry picked from commit 979857f)
  • Loading branch information
makhov authored and github-actions[bot] committed Apr 11, 2024
1 parent 9dfd883 commit 0a946b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/component/controller/kine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 0a946b8

Please sign in to comment.