summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-02 13:36:12 +0000
committerGerrit Code Review <review@openstack.org>2013-04-02 13:36:12 +0000
commit0ae8a9a7e7b0dce76b3530b99ce881da8285a0ce (patch)
treefdf493c854e6f412bd162c2c5ac7d4eff91b7c49 /nova/api
parent4b6fa4afce524031c7e43936d6195da5fdd7ea65 (diff)
parent994c69ac9e6a6758bc4e18ea6204ae29cbd05080 (diff)
Merge "Remove print statements"
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/compute/contrib/baremetal_nodes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/contrib/baremetal_nodes.py b/nova/api/openstack/compute/contrib/baremetal_nodes.py
index 70bb6e8a0..e0d8e7d06 100644
--- a/nova/api/openstack/compute/contrib/baremetal_nodes.py
+++ b/nova/api/openstack/compute/contrib/baremetal_nodes.py
@@ -176,7 +176,6 @@ class BareMetalNodeController(wsgi.Controller):
authorize(context)
self._check_node_exists(context, id)
body = body['remove_interface']
- print "body(%s)" % body
if_id = body.get('id')
address = body.get('address')
if not if_id and not address: