We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16b062 + 03404ab commit db200a2Copy full SHA for db200a2
src/theme/ThemeProvider.tsx
@@ -37,7 +37,6 @@ export function SistentThemeProviderWithoutBaseLine({
37
emotionCache,
38
initialMode = 'light'
39
}: SistentThemeProviderProps): JSX.Element {
40
- console.log('SistentThemeProviderWithoutBaseLine');
41
const theme = React.useMemo<Theme>(() => createCustomTheme(initialMode), [initialMode]);
42
43
return (
0 commit comments