delete unused LOG
remove unused LOG in crypto.py Change-Id: I26a9dfb99e8c865865a6692d492a56ea078e2d25
This commit is contained in:
parent
d89e93b290
commit
55e2cea1d5
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user