mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
log -> error, remove unnecesary logs
This commit is contained in:
@@ -49,7 +49,7 @@ export const useFastAverageColor = (args: {
|
||||
return setBackground(color.rgb);
|
||||
})
|
||||
.catch((e) => {
|
||||
console.log('Error fetching average color', e);
|
||||
console.error('Error fetching average color', e);
|
||||
idRef.current = id;
|
||||
return setBackground('rgba(0, 0, 0, 0)');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user