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 aa83f24fab
commit 25591befab
8 changed files with 0 additions and 19 deletions

View File

@@ -64,7 +64,6 @@ CONF.import_opt('sqlite_db', 'nova.openstack.common.db.sqlalchemy.session')
CONF.set_override('use_stderr', False)
logging.setup('nova')
LOG = logging.getLogger(__name__)
_DB_CACHE = None