We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a039649 commit 7864234Copy full SHA for 7864234
1 file changed
src/components/code/code_syntax.styles.ts
@@ -16,8 +16,6 @@ const visColors = euiPaletteColorBlind();
16
17
// These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
18
export const euiCodeSyntaxVariables = ({ euiTheme }: UseEuiTheme) => {
19
- console.log('euiCodeSyntaxVariables() fired'); // REVERT ME
20
-
21
const backgroundColor = euiTheme.colors.lightestShade;
22
23
return {
0 commit comments