style: Remove unnecessary console.log statement
This commit is contained in:
parent
bbdbb1aec1
commit
f26e06b433
@ -18,6 +18,7 @@ export function ThemeProvider(props: ThemeProviderProps) {
|
||||
rootElement.classList.toggle("light", theme === "light");
|
||||
|
||||
if (cookies.consent.customization) {
|
||||
console.log(`ThemeProvider: ${theme}`);
|
||||
// TODO: update the theme in the cookies
|
||||
}
|
||||
}, [theme]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user