Remove outdated facts message

One every executino of `clan machines update` a message referring to
facts is still being printed. While there is more code to be cleaned up
around facts, this simple change removes the prominent message out of
user's attention.
This commit is contained in:
pinpox
2025-10-28 15:32:06 +01:00
parent 11372d35e1
commit 5f05e36c9d

View File

@@ -225,7 +225,9 @@ def generate_facts(
raise ClanError(msg)
if not was_regenerated and len(machines) > 0:
log.info("All secrets and facts are already up to date")
pass
# Remove message until facts has been propertly deleted
# log.info("All secrets and facts are already up to date")
return was_regenerated