summaryrefslogtreecommitdiffstats
path: root/openstack/common/network_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/network_utils.py')
-rw-r--r--openstack/common/network_utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py
index 0527ab9..0fbf171 100644
--- a/openstack/common/network_utils.py
+++ b/openstack/common/network_utils.py
@@ -19,11 +19,6 @@
Network-related utilities and helper functions.
"""
-from openstack.common import log as logging
-
-
-LOG = logging.getLogger(__name__)
-
def parse_host_port(address, default_port=None):
"""Interpret a string as a host:port pair.