From ccaf4d69bc0d2dcbf9ef900227d775a31302fe44 Mon Sep 17 00:00:00 2001 From: liathartal Date: Wed, 31 Aug 2016 10:51:50 +0000 Subject: [PATCH] removed unused log Change-Id: Ia6530f0e221925717c3a6745064d2fa2cb9bcc64 --- vitrageclient/common/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vitrageclient/common/utils.py b/vitrageclient/common/utils.py index b3acfb5..bea0af5 100644 --- a/vitrageclient/common/utils.py +++ b/vitrageclient/common/utils.py @@ -11,11 +11,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from oslo_log import log from oslo_utils import importutils -LOG = log.getLogger(__name__) - def import_versioned_module(version, submodule=None): module = 'vitrageclient.v%s' % version