Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Aug 30, 2024
1 parent 0fcc00b commit 2315c68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eui/src/services/color/manipulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export const tint = (color: string, ratio: number) => {
if (isNewTheme()) {
const matrixColor = getColorFromMatrix(color, ratio, 'lighten');

console.log('matrixColor', matrixColor);

if (matrixColor) return matrixColor;
}

Expand Down

0 comments on commit 2315c68

Please sign in to comment.