diff --git a/admin/src/components/CreationTransactionListFormular.vue b/admin/src/components/CreationTransactionListFormular.vue index 2dba0c40f..f4fbe7c8b 100644 --- a/admin/src/components/CreationTransactionListFormular.vue +++ b/admin/src/components/CreationTransactionListFormular.vue @@ -59,7 +59,6 @@ export default { }, }) .then((result) => { - console.log('getTransactions', result.data) this.items = result.data.transactionList.transactions.filter((t) => t.type === 'creation') }) .catch((error) => {