diff --git a/src/components/ListTable/TableAction.vue b/src/components/ListTable/TableAction.vue index 05be57525..9ea687dca 100644 --- a/src/components/ListTable/TableAction.vue +++ b/src/components/ListTable/TableAction.vue @@ -7,7 +7,7 @@
- +
@@ -187,11 +187,9 @@ export default { handleBulkUpdate(rows) { }, handleExport(row) { - console.log(row) this.$eventBus.$emit('showExportDialog', row) }, handleImport(row) { - console.log(row) this.$eventBus.$emit('showImportDialog', row) }, handleRefresh() { diff --git a/src/components/ListTable/formatters/ActionsFormatter.vue b/src/components/ListTable/formatters/ActionsFormatter.vue index 0c9eb1c71..ea158982c 100644 --- a/src/components/ListTable/formatters/ActionsFormatter.vue +++ b/src/components/ListTable/formatters/ActionsFormatter.vue @@ -110,10 +110,6 @@ export default { return this.cleanedActions.slice(2, this.cleanedActions.length) } }, - mounted() { - this.$log.debug('actions', this.actions) - this.$log.debug('moreActions', this.moreActions) - }, methods: { cleanAction(item, attr) { const ok = item[attr]