Skip to content

Commit

Permalink
fix(admonition): remove unused testing console output
Browse files Browse the repository at this point in the history
  • Loading branch information
LiCaoZ authored Nov 19, 2024
1 parent d3f3d8f commit 8691b6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/Admonition/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export default function AdmonitionLayout(props: Props): JSX.Element {
const { colorMode } = useColorMode();

const theme = colorMode === 'dark' ? webDarkTheme : webLightTheme;

console.log(getIntent());

return (
<FluentProvider theme={theme}>
Expand Down

0 comments on commit 8691b6d

Please sign in to comment.