Skip to content

Commit

Permalink
Revert "[REVERT ME] console.log to show number of code style calls"
Browse files Browse the repository at this point in the history
This reverts commit cd77f3a.
  • Loading branch information
cee-chen committed Feb 15, 2024
1 parent a039649 commit 7864234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/code/code_syntax.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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 7864234

Please sign in to comment.