diff --git a/plugins/network/network.py b/plugins/network/network.py index e666567..94015a6 100644 --- a/plugins/network/network.py +++ b/plugins/network/network.py @@ -330,13 +330,9 @@ class network(cryptobox.plugins.base.CryptoBoxPlugin): def __get_interface(self): """Return the name of the configured network interface """ - #self.cbox.log.debug("network plugin default config:") - #self.cbox.log.debug(self.defaults) if "interface" in self.defaults["network"]: - self.cbox.log.error(DEFAULT_INTERFACE) return self.defaults["network"]["interface"] else: - self.cbox.log.error(DEFAULT_INTERFACE) return DEFAULT_INTERFACE