diff options
| author | zlyqqq <hfzhengliuyang@163.com> | 2017-04-25 17:22:09 +0800 |
|---|---|---|
| committer | zlyqqq <hfzhengliuyang@163.com> | 2017-04-25 17:22:09 +0800 |
| commit | 683c469b2f87bbfb9b36918afba300340b9e5ed4 (patch) | |
| tree | c2c46f4b744d95270c9ca5c8ecf09f57bd61f253 /keystoneclient/utils.py | |
| parent | 4c88af5ae1e4d6e871ebcb214caa601848467722 (diff) | |
| download | python-keystoneclient-683c469b2f87bbfb9b36918afba300340b9e5ed4.tar.gz | |
Remove unused log
Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
Diffstat (limited to 'keystoneclient/utils.py')
| -rw-r--r-- | keystoneclient/utils.py | 4 |
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 |
