eliminado console.log

This commit is contained in:
2023-03-23 15:04:51 +01:00
parent 1753c6ee33
commit 221f89c1e4

View File

@@ -89,7 +89,6 @@ const cargarProducto = async () => {
(element) => arrayIdItem.indexOf(element.id) != -1
);
producto.value = "";
console.log(producto.value, busqueda);
}
};