remove unused LOG

This is to remove unused LOG to keep code clean

Change-Id: Iba4e29892f3011356ce927f73ce9f418365df609
This commit is contained in:
ji-xuepeng 2016-07-10 14:57:38 +08:00
parent a5ad0bc3d3
commit 654ad24e3b
1 changed files with 0 additions and 5 deletions

View File

@ -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."""