summaryrefslogtreecommitdiff
path: root/keystoneclient/auth
diff options
context:
space:
mode:
authorji-xuepeng <ji.xuepeng@zte.com.cn>2016-07-09 23:26:10 +0800
committerji-xuepeng <ji.xuepeng@zte.com.cn>2016-07-09 23:30:32 +0800
commit2929636b2e67bef300ccaff0572cc0f8ca7530a7 (patch)
tree1ba59277ea161b89e63c1f56ad0d8bc0c0a082e5 /keystoneclient/auth
parentde09b43382e6d06dd11811b54b9417342228939c (diff)
downloadpython-keystoneclient-2929636b2e67bef300ccaff0572cc0f8ca7530a7.tar.gz
Remove unused LOG
This is to remove unused LOG to keep code clean. Change-Id: Ic123f89a341d6cf57c4f26568b626a49c6745045
Diffstat (limited to 'keystoneclient/auth')
-rw-r--r--keystoneclient/auth/identity/generic/password.py4
-rw-r--r--keystoneclient/auth/identity/generic/token.py4
2 files changed, 0 insertions, 8 deletions
diff --git a/keystoneclient/auth/identity/generic/password.py b/keystoneclient/auth/identity/generic/password.py
index ba3b9d2..873e253 100644
--- a/keystoneclient/auth/identity/generic/password.py
+++ b/keystoneclient/auth/identity/generic/password.py
@@ -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 [
diff --git a/keystoneclient/auth/identity/generic/token.py b/keystoneclient/auth/identity/generic/token.py
index 6a5d15b..e3d01aa 100644
--- a/keystoneclient/auth/identity/generic/token.py
+++ b/keystoneclient/auth/identity/generic/token.py
@@ -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 [