refactor: borrado console.log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f6e14db9f4
commit
a30f50ffe5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue