Skip to content

Commit 17f177b

Browse files
committed
remove unused LOG
This is to remove unused LOG to keep code clean. Change-Id: Ic544157b19cefb4120381f3314334c60a9020baf
1 parent 746e193 commit 17f177b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openstackclient/api/auth_plugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313

1414
"""Authentication Plugin Library"""
1515

16-
import logging
17-
1816
from keystoneauth1 import loading
1917
from keystoneauth1 import token_endpoint
2018

2119
from openstackclient.i18n import _
2220

23-
LOG = logging.getLogger(__name__)
24-
2521

2622
class TokenEndpoint(loading.BaseLoader):
2723
"""Auth plugin to handle traditional token/endpoint usage

0 commit comments

Comments
 (0)