diff --git a/sahara/plugins/storm/config_helper.py b/sahara/plugins/storm/config_helper.py index 5b1a5c3d..ce638fed 100644 --- a/sahara/plugins/storm/config_helper.py +++ b/sahara/plugins/storm/config_helper.py @@ -14,7 +14,6 @@ # limitations under the License. from oslo_config import cfg -from oslo_log import log as logging from sahara import conductor as c from sahara import exceptions as ex @@ -22,7 +21,6 @@ from sahara.i18n import _ conductor = c.API -LOG = logging.getLogger(__name__) CONF = cfg.CONF diff --git a/sahara/utils/network.py b/sahara/utils/network.py index 1d01c98a..cf21e653 100644 --- a/sahara/utils/network.py +++ b/sahara/utils/network.py @@ -14,9 +14,7 @@ # limitations under the License. from oslo_config import cfg -from oslo_log import log as logging -LOG = logging.getLogger(__name__) CONF = cfg.CONF