diff --git a/tackerclient/common/clientmanager.py b/tackerclient/common/clientmanager.py index ed94b0b9..dbaa6496 100644 --- a/tackerclient/common/clientmanager.py +++ b/tackerclient/common/clientmanager.py @@ -17,15 +17,10 @@ """Manage access to the clients, including authenticating when needed. """ -import logging - from tackerclient import client from tackerclient.tacker import client as tacker_client -LOG = logging.getLogger(__name__) - - class ClientCache(object): """Descriptor class for caching created client handles."""