summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
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: