summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorAaron Rosen <arosen@nicira.com>2013-05-06 23:17:00 -0700
committerAaron Rosen <arosen@nicira.com>2013-05-06 23:19:47 -0700
commit26683b4f7ab0c6de24d3c1cbe90758f5321fdace (patch)
treeaf1f37b5f06d7983bbebabbeec1367958b1cfdf9 /nova/api
parent7be2809c67aa0658d7d4c6666a754b5334d96c11 (diff)
Remove random print statements
Noticed a random print statement in the code and then grep around for the rest. Might as well remove these. Change-Id: Ieb2d72cf55cbf077c2e824d430707211d1f87b8e
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 f69db50f0..1c442d2fa 100644
--- a/nova/api/openstack/compute/contrib/baremetal_nodes.py
+++ b/nova/api/openstack/compute/contrib/baremetal_nodes.py
@@ -143,7 +143,6 @@ class BareMetalNodeController(wsgi.Controller):
node['interfaces'] = [_interface_dict(if_ref)]
else:
node['interfaces'] = []
- print node
return {'node': node}
def delete(self, req, id):