diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-14 16:19:18 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-14 16:19:18 +0000 |
| commit | 9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e (patch) | |
| tree | a57066b55644f28e9f6023430a7a6079c127c640 /nova/api | |
| parent | 9614c5690118f239652e7ebccdd4ce6ecffbe4ee (diff) | |
| download | nova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.tar.gz nova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.tar.xz nova-9f83b51ae2afeb45ed9bdcb8c3b63ced78f8050e.zip | |
Remove debugging
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/wsgi.py | 1 |
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', |
