forked from verdnatura/salix-front
fix: refs #5447 deleted console.log
This commit is contained in:
parent
1558b600be
commit
8414f5c12e
|
@ -56,7 +56,6 @@ const warehouses = async () => {
|
||||||
warehouseAm.value = warehouses.data.filter((w) =>
|
warehouseAm.value = warehouses.data.filter((w) =>
|
||||||
countriesInAM.includes(w.countryFk.toString())
|
countriesInAM.includes(w.countryFk.toString())
|
||||||
);
|
);
|
||||||
console.log('warehouseAm: ', warehouseAm.value);
|
|
||||||
};
|
};
|
||||||
warehouses();
|
warehouses();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue