diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
| commit | cfe77c1236b68aa96dd85503582e08a07a23f77f (patch) | |
| tree | 80882cf6442549990436bbc3f20efb11252dd8b1 /nova/api | |
| parent | c9158dfcf4efd2cf22df9aed7b1bb01e037e8eb2 (diff) | |
| download | nova-cfe77c1236b68aa96dd85503582e08a07a23f77f.tar.gz nova-cfe77c1236b68aa96dd85503582e08a07a23f77f.tar.xz nova-cfe77c1236b68aa96dd85503582e08a07a23f77f.zip | |
cleanup
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index ffcbe628c..85999764f 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -343,7 +343,6 @@ class Controller(wsgi.Controller): """ Permit Admins to Pause the server. """ ctxt = req.environ['nova.context'] try: - LOG.debug(_("*** Compute.api::pause %s"), id) self.compute_api.pause(ctxt, id) except: readable = traceback.format_exc() |
