diff --git a/pkg/backup/config_unix.go b/pkg/backup/config_unix.go index e542a4f948d4..a448868b3dfb 100644 --- a/pkg/backup/config_unix.go +++ b/pkg/backup/config_unix.go @@ -45,8 +45,6 @@ func (c configurationStep) Restore(restoreFrom, restoreTo string) error { return nil } - logrus.Infof("Previously used k0s.yaml saved under the data directory `%s`", restoreTo) - if c.restoredConfigPath == "-" { f, err := os.Open(objectPathInArchive) if err != nil {