chore: remove console.log

This commit is contained in:
Fredrik Burmester
2024-08-26 22:17:17 +02:00
parent bbc6f63089
commit 2565bf7353
11 changed files with 2 additions and 27 deletions

View File

@@ -107,7 +107,7 @@ export const LibraryItemCard: React.FC<Props> = ({ library, ...props }) => {
});
})
.catch((error) => {
console.log("Error getting colors", error);
console.error("Error getting colors", error);
});
}
}, [url]);