Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
domasx2 committed May 9, 2024
1 parent dcfc8c3 commit 2160ed1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export const VizLegendSeriesIcon = React.memo(({ seriesName, color, gradient, re
[seriesName, onSeriesColorChange]
);

console.log('VizLegendSeriesIcon', lineStyle);

if (seriesName && onSeriesColorChange && color && !readonly) {
return (
<SeriesColorPicker color={color} onChange={onChange} enableNamedColors>
Expand Down

0 comments on commit 2160ed1

Please sign in to comment.