[lnst] NetConfig: More cleanup

Jiří Pírko jirka at fedoraproject.org
Wed Aug 1 11:15:18 UTC 2012


commit 45001c236725e566db6c0438a69825bd70e9c7a5
Author: Radek Pazdera <rpazdera at redhat.com>
Date:   Wed Aug 1 12:56:13 2012 +0200

    NetConfig: More cleanup
    
    I forgot to remove one more line in NetConfig in the previous cleanup
    commit (2587cd9176895a27e13dc10558f1e00847edab05).
    
    This commit fixes that.
    
    Signed-off-by: Radek Pazdera <rpazdera at redhat.com>

 NetConfig/NetConfig.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/NetConfig/NetConfig.py b/NetConfig/NetConfig.py
index 6e97478..41a99d8 100644
--- a/NetConfig/NetConfig.py
+++ b/NetConfig/NetConfig.py
@@ -70,7 +70,6 @@ class NetConfig:
     def remove_interface_config(self, if_id):
         config = self._config[if_id]
         del self._config[if_id]
-        print self._config
 
         dev_type = config["type"]
         if not dev_type in self._get_used_types():


More information about the LNST-developers mailing list