From c919017b31b2aa944d98ee96872a7b22a23d7c05 Mon Sep 17 00:00:00 2001 From: chenghuiyu Date: Wed, 22 Nov 2017 19:51:54 +0800 Subject: [PATCH] =?UTF-8?q?Remove=20unused=20variables=20=E2=80=98LOG'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Perhaps it will be used for debbuging, but now it's unused. Change-Id: I6017cd862c07d8a4f3702ab5b6209abcf2607fa1 --- tricircle/db/core.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tricircle/db/core.py b/tricircle/db/core.py index f4806d93..fb754607 100644 --- a/tricircle/db/core.py +++ b/tricircle/db/core.py @@ -22,14 +22,10 @@ from oslo_config import cfg import oslo_db.options as db_options import oslo_db.sqlalchemy.session as db_session from oslo_db.sqlalchemy import utils as sa_utils -from oslo_log import log as logging from oslo_utils import strutils from tricircle.common import exceptions - -LOG = logging.getLogger(__name__) - db_opts = [ cfg.StrOpt('tricircle_db_connection', help='db connection string for tricircle'),