From a6f4d6fbf01bd2574b4e57a8ac96c8783979dc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 24 Jul 2024 20:04:31 +0200 Subject: [PATCH] remove 'Extra config:' warning --- pkgs/clan-cli/clan_cli/machines/machines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/machines/machines.py b/pkgs/clan-cli/clan_cli/machines/machines.py index 1dc0acb50..427e9da54 100644 --- a/pkgs/clan-cli/clan_cli/machines/machines.py +++ b/pkgs/clan-cli/clan_cli/machines/machines.py @@ -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]