From 5feeb17230550c137331ad733bdaa0983d95295f Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 18 Mar 2022 11:31:25 +0100 Subject: [PATCH] deleted unused code --- frontend/src/pages/ShowTransactionLinkInformations.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/ShowTransactionLinkInformations.vue b/frontend/src/pages/ShowTransactionLinkInformations.vue index e878b27a9..794ea716b 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.vue +++ b/frontend/src/pages/ShowTransactionLinkInformations.vue @@ -133,9 +133,6 @@ export default { }) .then((result) => { if (result) this.redeemed = true - alert(result.data.redeemTransactionLink) - // this.toastSuccess(this.$t('gdd_per_link.deleted')) - // this.$emit('reset-transaction-link-list') }) .catch((err) => { this.toastError(err.message)