remove console.log

This commit is contained in:
ogerly 2022-03-04 15:42:54 +01:00
parent ed85248289
commit 2bea864caa

View File

@ -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) => {