diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-09-15 18:10:04 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-09-15 18:10:04 -0700 |
| commit | 41c642ce4abef72c79cb6443ce575d8398b1f452 (patch) | |
| tree | 36617d88471f777eaeefa4e2aa791458cfeaeeb5 /nova/api | |
| parent | 06c4eb3d8570e4f07a6c3012d2dc2ab907c460d8 (diff) | |
remove debugging
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index 80f367199..002535e34 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -60,12 +60,9 @@ def novaclient_exception_converter(f): """ def new_f(*args, **kwargs): try: - LOG.debug("**** NOVACLIENT EXCEPTION CONVERTER >>>>") ret = f(*args, **kwargs) - LOG.debug("**** NOVACLIENT EXCEPTION CONVERTER <<<<") return ret except novaclient_exceptions.ClientException, e: - LOG.debug("**** NOVACLIENT EXCEPTION CONVERTER- RERAISING") raise ConvertedException(e.code, e.message, e.details) return new_f |
