0
0
Fork 0

fix: remove console.log

This commit is contained in:
Javier Segarra 2024-05-18 08:50:38 +02:00
parent 78e81c6f75
commit ce87008c12
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ const deleteWarehouse = async (row) => {
};
const createZoneWarehouse = async (ZoneWarehouseFormData) => {
console.log(ZoneWarehouseFormData);
try {
await axios.post(urlPath.value, ZoneWarehouseFormData);
fetchWarehouses();