From 994c69ac9e6a6758bc4e18ea6204ae29cbd05080 Mon Sep 17 00:00:00 2001 From: Arata Notsu Date: Tue, 2 Apr 2013 10:45:45 +0900 Subject: Remove print statements Change-Id: I40a805bee3f10d5989188971423cbb6c07f740c8 --- nova/api/openstack/compute/contrib/baremetal_nodes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/api') 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: -- cgit