mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 21:29:20 +01:00
Comment out this console.log
This commit is contained in:
parent
5882228b97
commit
ee558ade02
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function Avatar({ url, size, alt = '', ...props }) {
|
||||||
return i % 4 === 3 && pixel <= 128;
|
return i % 4 === 3 && pixel <= 128;
|
||||||
});
|
});
|
||||||
if (hasAlpha) {
|
if (hasAlpha) {
|
||||||
console.log('hasAlpha', hasAlpha, allPixels.data);
|
// console.log('hasAlpha', hasAlpha, allPixels.data);
|
||||||
avatarRef.current.classList.add('has-alpha');
|
avatarRef.current.classList.add('has-alpha');
|
||||||
alphaCache[url] = true;
|
alphaCache[url] = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue