Skip to content

Commit db200a2

Browse files
authored
Merge pull request #571 from aabidsofi19/remove-logs
fix: remove logs
2 parents d16b062 + 03404ab commit db200a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/ThemeProvider.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function SistentThemeProviderWithoutBaseLine({
3737
emotionCache,
3838
initialMode = 'light'
3939
}: SistentThemeProviderProps): JSX.Element {
40-
console.log('SistentThemeProviderWithoutBaseLine');
4140
const theme = React.useMemo<Theme>(() => createCustomTheme(initialMode), [initialMode]);
4241

4342
return (

0 commit comments

Comments
 (0)