Skip to content

Commit

Permalink
Merge pull request #571 from aabidsofi19/remove-logs
Browse files Browse the repository at this point in the history
fix: remove logs
  • Loading branch information
aabidsofi19 authored Apr 17, 2024
2 parents d16b062 + 03404ab commit db200a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function SistentThemeProviderWithoutBaseLine({
emotionCache,
initialMode = 'light'
}: SistentThemeProviderProps): JSX.Element {
console.log('SistentThemeProviderWithoutBaseLine');
const theme = React.useMemo<Theme>(() => createCustomTheme(initialMode), [initialMode]);

return (
Expand Down

0 comments on commit db200a2

Please sign in to comment.