Skip to content

Commit

Permalink
fix: remove .log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 3, 2020
1 parent 737aac6 commit 9efcd6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/src/ThemeContext/ThemeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const ThemeProvider: React.FC<ThemeProviderProps> = ({
dark,
);
}, [dark, customTheme]);
console.log(theme);
return (
<ThemeContext.Provider
value={{
Expand Down

0 comments on commit 9efcd6a

Please sign in to comment.