summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-07 00:46:02 +0000
committerGerrit Code Review <review@openstack.org>2017-02-07 00:46:02 +0000
commitd7cb611e5c6f2e7678031d0f540dd9d5c1646e64 (patch)
treee22b99dbdf1f733c21a49d525a9545240721baf0 /heatclient/shell.py
parentc1e793f3b81403d32d665679001264716aa38505 (diff)
parentf6ec0af054c9f7926fcf2e67f8ca229af8ce48df (diff)
downloadpython-heatclient-d7cb611e5c6f2e7678031d0f540dd9d5c1646e64.tar.gz
Merge "Trivial:remove unused code"
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 4a8c6de..b36c29f 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")