remove log

This commit is contained in:
Ajay 2022-02-06 18:19:42 -05:00
parent fce82b48b0
commit cf792e849f

View file

@ -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,