From f5b0ca63e8272ef5bc6ba838d586dfdb5f9a7abd Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 26 Sep 2023 17:39:49 -0700 Subject: [PATCH] chore(web): remove console --- web/store/theme.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/store/theme.ts b/web/store/theme.ts index 88862b1d9..061216c4f 100644 --- a/web/store/theme.ts +++ b/web/store/theme.ts @@ -66,7 +66,6 @@ export const useThemeStore = defineStore('theme', () => { }; watch(theme, () => { - console.debug('[watch.theme]', theme.value); setCssVars(); });