diff --git a/pkg/backup/config_unix.go b/pkg/backup/config_unix.go index dd0a086adf1a..31dfabfc286d 100644 --- a/pkg/backup/config_unix.go +++ b/pkg/backup/config_unix.go @@ -58,8 +58,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 {