mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
remove log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user