diff options
| author | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-04-10 13:26:12 +0000 |
|---|---|---|
| committer | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-04-10 13:26:12 +0000 |
| commit | 17ba935d9da2ff912196bb47f6856fb64db13247 (patch) | |
| tree | f55579924661c2413b374f4f0aaaddea8a9574e5 /nova/cert | |
| parent | a993b2b969bad0785aad02dc2a6f04ac0c675f8d (diff) | |
Remove unnecessary LOG initialisation
Remove a lot of getLogger lines and imports of logging in modules
which never use that functionality.
Change-Id: Icdaee2c540980412b000d02ebf1ec568dcf5b38a
Diffstat (limited to 'nova/cert')
| -rw-r--r-- | nova/cert/manager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/cert/manager.py b/nova/cert/manager.py index de959c8e7..3bbca0b53 100644 --- a/nova/cert/manager.py +++ b/nova/cert/manager.py @@ -28,9 +28,6 @@ import base64 from nova import crypto from nova import manager -from nova.openstack.common import log as logging - -LOG = logging.getLogger(__name__) class CertManager(manager.Manager): |
