mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
remove log
This commit is contained in:
parent
fce82b48b0
commit
cf792e849f
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
|
|||
return existingCalculatedColor.textColor;
|
||||
} else {
|
||||
const luminance = GenericUtils.getLuminance(color);
|
||||
console.log(luminance)
|
||||
const textColor = luminance > 128 ? "black" : "white";
|
||||
Config.config.categoryPillColors[this.state.segment?.category] = {
|
||||
lastColor: color,
|
||||
|
|
Loading…
Reference in a new issue