summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common')
-rw-r--r--openstack/common/strutils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack/common/strutils.py b/openstack/common/strutils.py
index 5ecfb80..fe8418e 100644
--- a/openstack/common/strutils.py
+++ b/openstack/common/strutils.py
@@ -21,11 +21,6 @@ System-level utilities and helper functions.
import sys
-from openstack.common import log as logging
-
-
-LOG = logging.getLogger(__name__)
-
def int_from_bool_as_string(subject):
"""