summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-07-01 19:53:06 +0000
committerEd Leafe <ed@leafe.com>2011-07-01 19:53:06 +0000
commit49c8202f43b9f606d9bd0a362b5805be98460326 (patch)
treeadde5db46187bf5dc408f2d0c37e908e1a963b38 /nova/api
parent9740c0d777d8a908f3f4f192c7d01c18cf822485 (diff)
removed debugging output
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 ba8ee8bfd..5b6e3cb1d 100644
--- a/nova/api/openstack/wsgi.py
+++ b/nova/api/openstack/wsgi.py
@@ -362,7 +362,6 @@ class Resource(wsgi.Application):
"url": request.url})
try:
- print "BODY: >%s<"%request.body
action, action_args, accept = self.deserializer.deserialize(
request)
except exception.InvalidContentType: