summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorji-xuepeng <ji.xuepeng@zte.com.cn>2016-07-10 00:51:14 +0800
committerji-xuepeng <ji.xuepeng@zte.com.cn>2016-07-10 00:55:48 +0800
commit9c537e7a313d320ffe91d588fe18df3ca235fa1c (patch)
tree8d39412e3a55103a1b9a384ecb754c38dc25b129
parent641a8b48febb8838ee0779b006fab93e843be4ad (diff)
downloadpython-heatclient-9c537e7a313d320ffe91d588fe18df3ca235fa1c.tar.gz
Remove unused LOG
This is to remove unused LOG to keep code clean Change-Id: I3e9e24cc18477ca477e97eb53fecc65928dbe0b9
-rw-r--r--heatclient/tests/functional/osc/v1/test_stack.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/heatclient/tests/functional/osc/v1/test_stack.py b/heatclient/tests/functional/osc/v1/test_stack.py
index 55ca37a..a502e83 100644
--- a/heatclient/tests/functional/osc/v1/test_stack.py
+++ b/heatclient/tests/functional/osc/v1/test_stack.py
@@ -11,13 +11,9 @@
# under the License.
-import logging
-
from heatclient.tests.functional.osc.v1 import base
from tempest.lib.common.utils import data_utils as utils
-LOG = logging.getLogger(__name__)
-
class OpenStackClientStackTest(base.OpenStackClientTestBase):
"""Basic stack operation tests for Openstack CLI client heat plugin.