From caca9fa4cc07bbbe68752d9d9bdcda71b55b44fb Mon Sep 17 00:00:00 2001 From: qiaomin Date: Wed, 11 Jan 2017 15:02:25 +0800 Subject: [PATCH] Delete the unused LOG code Change-Id: I87359f93f29a5709c7060819bb394c8ac34a4508 --- trove_dashboard/content/database_configurations/tables.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/trove_dashboard/content/database_configurations/tables.py b/trove_dashboard/content/database_configurations/tables.py index 53653376..6c9d3539 100644 --- a/trove_dashboard/content/database_configurations/tables.py +++ b/trove_dashboard/content/database_configurations/tables.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -import logging import types from django.core import exceptions as core_exceptions @@ -30,8 +29,6 @@ from trove_dashboard import api from trove_dashboard.content.database_configurations \ import config_param_manager -LOG = logging.getLogger(__name__) - class CreateConfiguration(tables.LinkAction): name = "create_configuration"