summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-07-15 16:04:41 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-07-15 16:04:41 -0400
commit910dd2124123d8e1989ce85d57bcc2a245e39683 (patch)
treef1fea459397ba1ce421c3a86c517aa95025161b3 /nova
parent86ff6760b33671bd8bd9ddf808c7252f434d0931 (diff)
take out print statements
Diffstat (limited to 'nova')
-rw-r--r--nova/api/openstack/views/servers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/views/servers.py b/nova/api/openstack/views/servers.py
index 6d6ebbafd..817e6ddfc 100644
--- a/nova/api/openstack/views/servers.py
+++ b/nova/api/openstack/views/servers.py
@@ -162,7 +162,6 @@ class ViewBuilderV11(ViewBuilder):
if 'image_ref' in dict(inst):
image_href = inst['image_ref']
image_id = str(common.get_id_from_href(image_href))
- print "IMAGE ID:", image_id
_bookmark = self.image_builder.generate_bookmark(image_id)
response['image'] = {
"id": image_id,