Delete the unused LOG code
Change-Id: I87359f93f29a5709c7060819bb394c8ac34a4508
This commit is contained in:
parent
980eafc083
commit
caca9fa4cc
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user