mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🧹 Clean favorites utility logs
This commit is contained in:
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user