Merge pull request 'remove 'Extra config:' warning' (#1805) from Mic92-main into main

This commit is contained in:
clan-bot
2024-07-24 18:10:50 +00:00

View File

@@ -246,7 +246,6 @@ class Machine:
@attr: the attribute to get
"""
log.warning(f"Extra config: {extra_config}")
if attr in self._build_cache and not refresh and extra_config is None:
return self._build_cache[attr]