From 55e2cea1d53cd680efe01a44070528439f2d19ba Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 19 Jul 2016 10:15:07 +0800 Subject: [PATCH] delete unused LOG remove unused LOG in crypto.py Change-Id: I26a9dfb99e8c865865a6692d492a56ea078e2d25 --- barbican/plugin/crypto/crypto.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/barbican/plugin/crypto/crypto.py b/barbican/plugin/crypto/crypto.py index 1b1fc9e73..e9cfabef9 100644 --- a/barbican/plugin/crypto/crypto.py +++ b/barbican/plugin/crypto/crypto.py @@ -16,11 +16,8 @@ import abc import six from barbican.common import exception -from barbican.common import utils from barbican import i18n as u -LOG = utils.getLogger(__name__) - class CryptoPluginNotFound(exception.BarbicanException): """Raised when no plugins are installed."""