From 2c18d75b41199ae673d07df8c0ee3e53d6ba9863 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 1 Jul 2014 13:58:39 -0400 Subject: Remove some extra print statements. --- os_net_config/impl_ifcfg.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'os_net_config/impl_ifcfg.py') diff --git a/os_net_config/impl_ifcfg.py b/os_net_config/impl_ifcfg.py index 78adc2e..ff4a059 100644 --- a/os_net_config/impl_ifcfg.py +++ b/os_net_config/impl_ifcfg.py @@ -143,8 +143,6 @@ class IfcfgNetConfig(os_net_config.NetConfig): def addBond(self, bond): data = self._addCommon(bond) - #print 'bond name == %s' % bond.name - #print 'bond data == %s' % str(data) self.interfaces[bond.name] = data if bond.routes: self._addRoutes(bond.name, bond.routes) -- cgit 1.2.3-korg