mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
chore(web): remove console
This commit is contained in:
@@ -66,7 +66,6 @@ export const useThemeStore = defineStore('theme', () => {
|
||||
};
|
||||
|
||||
watch(theme, () => {
|
||||
console.debug('[watch.theme]', theme.value);
|
||||
setCssVars();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user