mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console.log
This commit is contained in:
parent
ed85248289
commit
2bea864caa
@ -59,7 +59,6 @@ export default {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
console.log('getTransactions', result.data)
|
|
||||||
this.items = result.data.transactionList.transactions.filter((t) => t.type === 'creation')
|
this.items = result.data.transactionList.transactions.filter((t) => t.type === 'creation')
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user