diff options
| author | Ed Leafe <ed@leafe.com> | 2011-07-01 19:53:06 +0000 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-07-01 19:53:06 +0000 |
| commit | 49c8202f43b9f606d9bd0a362b5805be98460326 (patch) | |
| tree | adde5db46187bf5dc408f2d0c37e908e1a963b38 /nova/api | |
| parent | 9740c0d777d8a908f3f4f192c7d01c18cf822485 (diff) | |
removed debugging output
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 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: |
