chore(web): remove console

This commit is contained in:
Zack Spear
2023-09-26 17:39:49 -07:00
committed by Zack Spear
parent 90303689db
commit f5b0ca63e8

View File

@@ -66,7 +66,6 @@ export const useThemeStore = defineStore('theme', () => {
};
watch(theme, () => {
console.debug('[watch.theme]', theme.value);
setCssVars();
});