mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
remove log
This commit is contained in:
@@ -124,7 +124,6 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
|
|||||||
return existingCalculatedColor.textColor;
|
return existingCalculatedColor.textColor;
|
||||||
} else {
|
} else {
|
||||||
const luminance = GenericUtils.getLuminance(color);
|
const luminance = GenericUtils.getLuminance(color);
|
||||||
console.log(luminance)
|
|
||||||
const textColor = luminance > 128 ? "black" : "white";
|
const textColor = luminance > 128 ? "black" : "white";
|
||||||
Config.config.categoryPillColors[this.state.segment?.category] = {
|
Config.config.categoryPillColors[this.state.segment?.category] = {
|
||||||
lastColor: color,
|
lastColor: color,
|
||||||
|
|||||||
Reference in New Issue
Block a user