refactor: borrado console.log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-11-14 12:20:27 +01:00
parent f6e14db9f4
commit a30f50ffe5
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ module.exports = {
name: 'invoice',
async serverPrefetch() {
this.invoice = await this.fetchInvoice(this.reference);
console.log('this.invoice: ', this.invoice);
},
methods: {
fetchInvoice(reference) {