delete unused LOG

remove unused LOG in crypto.py

Change-Id: I26a9dfb99e8c865865a6692d492a56ea078e2d25
This commit is contained in:
gecong1973 2016-07-19 10:15:07 +08:00
parent d89e93b290
commit 55e2cea1d5

View File

@ -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."""