summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
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',