summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorshizhihui <zhihui.shi@easystack.cn>2016-11-20 14:32:00 +0800
committershizhihui <zhihui.shi@easystack.cn>2016-11-20 14:32:00 +0800
commitf6ec0af054c9f7926fcf2e67f8ca229af8ce48df (patch)
tree0aba14eb8d2ee3208d3a151be4eea0e8daae7c1a /heatclient/shell.py
parent5fe6a8bb1aa26ff2e9554eee278021686b0b9c8a (diff)
downloadpython-heatclient-f6ec0af054c9f7926fcf2e67f8ca229af8ce48df.tar.gz
Trivial:remove unused code
Change-Id: I8eac6869f0fe05ca348452e67d2b4855f11fbe60
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 558fb8a..25938ac 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -32,7 +32,6 @@ from heatclient import client as heat_client
from heatclient.common import utils
from heatclient import exc
-logger = logging.getLogger(__name__)
osprofiler_profiler = importutils.try_import("osprofiler.profiler")