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"