Remove unnecessary LOG initialisation

Remove a lot of getLogger lines and imports of logging in modules
which never use that functionality.

Change-Id: Icdaee2c540980412b000d02ebf1ec568dcf5b38a
This commit is contained in:
Stanislaw Pitucha
2013-04-10 13:26:12 +00:00
parent a993b2b969
commit 17ba935d9d
81 changed files with 0 additions and 212 deletions

View File

@@ -22,9 +22,6 @@ from nova.api.openstack import common
from nova.api.openstack.compute.views import addresses as view_addresses
from nova.api.openstack import wsgi
from nova.api.openstack import xmlutil
from nova.openstack.common import log as logging
LOG = logging.getLogger(__name__)
def make_network(elem):