remove 'Extra config:' warning

This commit is contained in:
Jörg Thalheim
2024-07-24 20:04:31 +02:00
parent 6a8bb1be8d
commit a6f4d6fbf0

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]