summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:52:39 -0600
committermatthew.hodgins <matthew.hodgins@calxeda.com>2013-12-11 11:52:39 -0600
commitfaa484613bf3ad500ec6000b2fe34ab81338599b (patch)
treee28fa9515c206535a6ebc459c761beab51d243d7
parent119b42332f0a71e24d5adba3e8dda47b6f8c9bec (diff)
downloadpyipmi-faa484613bf3ad500ec6000b2fe34ab81338599b.tar.gz
nojira removing debug print
Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
-rw-r--r--pyipmi/commands/fabric_config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyipmi/commands/fabric_config.py b/pyipmi/commands/fabric_config.py
index 54a4b28..aa7f3ea 100644
--- a/pyipmi/commands/fabric_config.py
+++ b/pyipmi/commands/fabric_config.py
@@ -303,7 +303,6 @@ class AddNetworkCommand(Command, ResponseParserMixIn):
@property
def ipmitool_args(self):
- print self._params
if(self._params['uplink'] is not None):
return ['cxoem', 'fabric', 'config', 'add', 'network',
self._params['name'], 'uplink', self._params['uplink']]