From 2bea864caa548d39fdeecc9b39d293a34b06e334 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 4 Mar 2022 15:42:54 +0100 Subject: [PATCH] remove console.log --- admin/src/components/CreationTransactionListFormular.vue | 1 - 1 file changed, 1 deletion(-) 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) => {