diff --git a/frontend/src/pages/Send.vue b/frontend/src/pages/Send.vue index 56c31026c..55fa013ca 100644 --- a/frontend/src/pages/Send.vue +++ b/frontend/src/pages/Send.vue @@ -77,7 +77,6 @@ export default { this.currentTransactionStep = 1 }, async sendTransaction() { - console.log('TESTETESTESTES') this.loading = true this.error = false if (this.transactionData.selected === 'send') { @@ -101,7 +100,7 @@ export default { variables: { amount: this.transactionData.amount, memo: this.transactionData.memo }, }) .then((result) => { - console.log(result) + alert(result) }) .catch((error) => { this.toastError(error) diff --git a/frontend/src/pages/ShowTransactionLinkInformations.spec.js b/frontend/src/pages/ShowTransactionLinkInformations.spec.js index 8b1378917..e69de29bb 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.spec.js +++ b/frontend/src/pages/ShowTransactionLinkInformations.spec.js @@ -1 +0,0 @@ -