diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-07 09:40:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-07 09:40:14 +0000 |
| commit | e02c365888d046179b4326a1e6d85602f56ec032 (patch) | |
| tree | c1645c8868e1be14dbdc6e60c2c6ca3710856870 /nova/api | |
| parent | d7e4692587ade70324cde197339ddfe10dd6ba9d (diff) | |
| parent | 26683b4f7ab0c6de24d3c1cbe90758f5321fdace (diff) | |
Merge "Remove random print statements"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/baremetal_nodes.py | 1 |
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): |
