summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
diff options
context:
space:
mode:
authorzlyqqq <hfzhengliuyang@163.com>2017-04-25 17:22:09 +0800
committerzlyqqq <hfzhengliuyang@163.com>2017-04-25 17:22:09 +0800
commit683c469b2f87bbfb9b36918afba300340b9e5ed4 (patch)
treec2c46f4b744d95270c9ca5c8ecf09f57bd61f253 /keystoneclient/utils.py
parent4c88af5ae1e4d6e871ebcb214caa601848467722 (diff)
downloadpython-keystoneclient-683c469b2f87bbfb9b36918afba300340b9e5ed4.tar.gz
Remove unused log
Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
Diffstat (limited to 'keystoneclient/utils.py')
-rw-r--r--keystoneclient/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/keystoneclient/utils.py b/keystoneclient/utils.py
index cf77bd4..8e8dd7c 100644
--- a/keystoneclient/utils.py
+++ b/keystoneclient/utils.py
@@ -12,7 +12,6 @@
import getpass
import hashlib
-import logging
import sys
from keystoneauth1 import exceptions as ksa_exceptions
@@ -25,9 +24,6 @@ import six
from keystoneclient import exceptions as ksc_exceptions
-logger = logging.getLogger(__name__)
-
-
def find_resource(manager, name_or_id):
"""Helper for the _find_* methods."""
# first try the entity as a string