Skip to content

Commit

Permalink
[REVERT ME] console.log to show number of code style calls
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 14, 2024
1 parent 6051740 commit cd77f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/code/code_syntax.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const visColors = euiPaletteColorBlind();

// These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
export const euiCodeSyntaxVariables = ({ euiTheme }: UseEuiTheme) => {
console.log('euiCodeSyntaxVariables() fired'); // REVERT ME

const backgroundColor = euiTheme.colors.lightestShade;

return {
Expand Down

0 comments on commit cd77f3a

Please sign in to comment.