Remove unused LOG

This is to remove unused LOG to keep code clean.

Change-Id: Ic123f89a341d6cf57c4f26568b626a49c6745045
This commit is contained in:
ji-xuepeng
2016-07-09 23:26:10 +08:00
parent de09b43382
commit 2929636b2e
3 changed files with 0 additions and 12 deletions

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from oslo_config import cfg
from positional import positional
@@ -21,8 +19,6 @@ from keystoneclient.auth.identity import v2
from keystoneclient.auth.identity import v3
from keystoneclient import utils
LOG = logging.getLogger(__name__)
def get_options():
return [

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from oslo_config import cfg
from keystoneclient import _discover
@@ -19,8 +17,6 @@ from keystoneclient.auth.identity.generic import base
from keystoneclient.auth.identity import v2
from keystoneclient.auth.identity import v3
LOG = logging.getLogger(__name__)
def get_options():
return [

View File

@@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from debtcollector import renames
from positional import positional
@@ -23,8 +21,6 @@ from keystoneclient import base
from keystoneclient import exceptions
from keystoneclient.i18n import _
LOG = logging.getLogger(__name__)
class User(base.Resource):
"""Represents an Identity user.