Skip to content

Commit

Permalink
refactor: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Mar 1, 2021
1 parent 1dc51d4 commit 5b516ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ThemeProvider: FC<ThemeProviderProps> = ({ children, theme = {} }) => {

return {} as Theme;
}, [JSON.stringify(theme)]);
console.log('theme', finalTheme);

return (
<SCThemeProvider theme={finalTheme}>
{applyPolymorphicFunctionProp(children, finalTheme)}
Expand Down

0 comments on commit 5b516ac

Please sign in to comment.