🧹 Clean favorites utility logs

This commit is contained in:
pheralb
2025-08-27 15:32:45 +01:00
parent 1a3efeaede
commit ea5a0b9038
-7
View File
@@ -16,13 +16,6 @@ function createFavoritesStore() {
JSON.stringify(svg.route) === JSON.stringify(favorite.route)
);
});
if (!existsInSvgs) {
console.warn(
`🗑️ Favorito eliminado: "${favorite.title}" ya no existe en la colección de SVGs`,
);
}
return existsInSvgs;
});
};