Remove unused LOG

Change-Id: If5374135452beaeeb9acc8b819bc7e9997fbe6d4
This commit is contained in:
Feng Shengqin 2017-04-22 14:57:54 +08:00
parent 6c6589d2b0
commit edf7df8cc1

View File

@ -17,7 +17,6 @@ import sys
from keystone.common import utils
from keystoneclient.common import cms
from oslo_log import log
from oslo_serialization import jsonutils
import six
@ -32,7 +31,6 @@ from keystone.token.providers import common
CONF = keystone.conf.CONF
LOG = log.getLogger(__name__)
def authentication_method_generator(request, auth):