From 2565f92413ae56b92e7f0d58983fc5fe20d6dcd7 Mon Sep 17 00:00:00 2001 From: age Date: Thu, 8 Feb 2007 12:22:54 +0000 Subject: [PATCH] * removed debug messages * and yes it's tested --- plugins/network/network.py | 4 ---- 1 file changed, 4 deletions(-) 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