From a1c563c1e4951d895f608e8f256730e21c1ead9b Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Thu, 16 Feb 2017 10:33:12 +0700 Subject: [PATCH] Remove unused logging import Change-Id: I494a5138c67eccb159619e6a4a90dad2a0454f8d --- barbican/common/quota.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/barbican/common/quota.py b/barbican/common/quota.py index 7d06c2896..bd7fe160c 100644 --- a/barbican/common/quota.py +++ b/barbican/common/quota.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from oslo_log import log as logging - from barbican.common import config from barbican.common import exception from barbican.common import hrefs @@ -22,7 +20,6 @@ from barbican.common import resources as res from barbican.model import repositories as repo -LOG = logging.getLogger(__name__) # All negative values will be treated as unlimited UNLIMITED_VALUE = -1 DISABLED_VALUE = 0