Skip to content

Commit b6c73aa

Browse files
committed
chore: remove console.log
1 parent 09a1c7a commit b6c73aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/docs/src/components/theme-toggle/theme-toggle.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const getThemeSignal = () => {
3838
};
3939

4040
export const setTheme = (theme: ThemeName) => {
41-
console.log(theme);
4241
if (!theme) {
4342
localStorage.removeItem(themeStorageKey);
4443
theme = getTheme();

0 commit comments

Comments
 (0)