From ead241e7daa826608dfe522349f4691a06dbc2c9 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 6 Nov 2024 13:53:58 +0100 Subject: [PATCH] chore: remove console.log --- src/stores/invoiceOutGlobal.js | 1 - 1 file changed, 1 deletion(-) 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,