From 17f177bb7131ef833c3574994c86ccb0cf092338 Mon Sep 17 00:00:00 2001
From: ji-xuepeng <ji.xuepeng@zte.com.cn>
Date: Sat, 9 Jul 2016 23:17:58 +0800
Subject: [PATCH] remove unused LOG

This is to remove unused LOG to keep code clean.

Change-Id: Ic544157b19cefb4120381f3314334c60a9020baf
---
 openstackclient/api/auth_plugin.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/openstackclient/api/auth_plugin.py b/openstackclient/api/auth_plugin.py
index dc47a688e6..a106b1ebc1 100644
--- a/openstackclient/api/auth_plugin.py
+++ b/openstackclient/api/auth_plugin.py
@@ -13,15 +13,11 @@
 
 """Authentication Plugin Library"""
 
-import logging
-
 from keystoneauth1 import loading
 from keystoneauth1 import token_endpoint
 
 from openstackclient.i18n import _
 
-LOG = logging.getLogger(__name__)
-
 
 class TokenEndpoint(loading.BaseLoader):
     """Auth plugin to handle traditional token/endpoint usage