summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2011-09-14 16:19:18 +0000
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2011-09-14 16:19:18 +0000
commit9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e (patch)
treea57066b55644f28e9f6023430a7a6079c127c640 /nova/api
parent9614c5690118f239652e7ebccdd4ce6ecffbe4ee (diff)
downloadnova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.tar.gz
nova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.tar.xz
nova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.zip
Remove debugging
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/wsgi.py b/nova/api/openstack/wsgi.py
index 6eb1953b4..c342f6267 100644
--- a/nova/api/openstack/wsgi.py
+++ b/nova/api/openstack/wsgi.py
@@ -29,7 +29,6 @@ class Request(webob.Request):
Based on the query extension then the Accept header.
"""
- LOG.info('supported = %s' % repr(supported_content_types))
supported_content_types = supported_content_types or \
('application/json',
'application/vnd.openstack.compute+json',