Skip to content

Commit 7864234

Browse files
committed
Revert "[REVERT ME] console.log to show number of code style calls"
This reverts commit cd77f3a.
1 parent a039649 commit 7864234

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/code/code_syntax.styles.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ const visColors = euiPaletteColorBlind();
1616

1717
// These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
1818
export const euiCodeSyntaxVariables = ({ euiTheme }: UseEuiTheme) => {
19-
console.log('euiCodeSyntaxVariables() fired'); // REVERT ME
20-
2119
const backgroundColor = euiTheme.colors.lightestShade;
2220

2321
return {

0 commit comments

Comments
 (0)