diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-04-02 13:36:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-02 13:36:12 +0000 |
| commit | 0ae8a9a7e7b0dce76b3530b99ce881da8285a0ce (patch) | |
| tree | fdf493c854e6f412bd162c2c5ac7d4eff91b7c49 /nova/api | |
| parent | 4b6fa4afce524031c7e43936d6195da5fdd7ea65 (diff) | |
| parent | 994c69ac9e6a6758bc4e18ea6204ae29cbd05080 (diff) | |
Merge "Remove 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 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: |
