diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index d6dfb84f0..0ff13a1a0 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -65,9 +65,7 @@ export default { .then(() => { this.deleteTransactionLink(id) }) - .catch((err) => { - console.log(err) - }) + .catch(() => {}) }, }, }