forked from verdnatura/salix-front
chore: remove console.log
This commit is contained in:
parent
a2bbf4474d
commit
ead241e7da
|
@ -179,7 +179,6 @@ export const useInvoiceOutGlobalStore = defineStore({
|
||||||
this.invoicing = false;
|
this.invoicing = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('address: ', address);
|
|
||||||
try {
|
try {
|
||||||
const params = {
|
const params = {
|
||||||
clientId: address.clientId,
|
clientId: address.clientId,
|
||||||
|
|
Loading…
Reference in New Issue