diff --git a/src/stores/invoiceOutGlobal.js b/src/stores/invoiceOutGlobal.js index b17f415644..35f834f3dc 100644 --- a/src/stores/invoiceOutGlobal.js +++ b/src/stores/invoiceOutGlobal.js @@ -179,7 +179,6 @@ export const useInvoiceOutGlobalStore = defineStore({ this.invoicing = false; return; } - console.log('address: ', address); try { const params = { clientId: address.clientId,