summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorArata Notsu <notsu@virtualtech.jp>2013-04-02 10:45:45 +0900
committerArata Notsu <notsu@virtualtech.jp>2013-04-02 10:53:14 +0900
commit994c69ac9e6a6758bc4e18ea6204ae29cbd05080 (patch)
treece49ab4b02e16f196821eed82ef650d426ba0372 /nova/api
parent3b428d80286d1b8b7f626663f7f66097c06cce4c (diff)
downloadnova-994c69ac9e6a6758bc4e18ea6204ae29cbd05080.tar.gz
nova-994c69ac9e6a6758bc4e18ea6204ae29cbd05080.tar.xz
nova-994c69ac9e6a6758bc4e18ea6204ae29cbd05080.zip
Remove print statements
Change-Id: I40a805bee3f10d5989188971423cbb6c07f740c8
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: