Remove unused LOG to keep code clean

TrivialFix

Change-Id: I8abe5c432226490991830ce3b2e6172e99c386a2
This commit is contained in:
wengjiangang 2016-07-13 21:43:00 -04:00 committed by JianGang Weng
parent fe273366d5
commit d28b4c57c6
1 changed files with 0 additions and 4 deletions

View File

@ -20,15 +20,11 @@ import datetime
from oslo_context import context as oslo_context
from oslo_db.sqlalchemy import enginefacade
from oslo_log import log as logging
from tacker.db import api as db_api
from tacker import policy
LOG = logging.getLogger(__name__)
class ContextBase(oslo_context.RequestContext):
"""Security context and request information.