eliminado console.log
This commit is contained in:
@@ -89,7 +89,6 @@ const cargarProducto = async () => {
|
||||
(element) => arrayIdItem.indexOf(element.id) != -1
|
||||
);
|
||||
producto.value = "";
|
||||
console.log(producto.value, busqueda);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user