0
0
Fork 0

chore: remove console.log

This commit is contained in:
Alex Moreno 2024-11-06 13:53:58 +01:00
parent a2bbf4474d
commit ead241e7da
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ export const useInvoiceOutGlobalStore = defineStore({
this.invoicing = false;
return;
}
console.log('address: ', address);
try {
const params = {
clientId: address.clientId,