Remove unused LOG to keep code clean

TrivialFix

Change-Id: I21fa9ebda98005c377d395f498cb44cf6599f0e5
This commit is contained in:
hongzhezheng 2016-07-09 16:20:26 +08:00
parent daa7bf4e8e
commit 96884e4c35
1 changed files with 0 additions and 3 deletions

View File

@ -15,11 +15,8 @@
from oslo_config import cfg
from oslo_db.sqlalchemy import enginefacade
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
context_manager = enginefacade.transaction_context()
_FACADE = None